Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't treat missing PartitionConfig data as an error #6576

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

natemort
Copy link
Member

What changed?
We intentionally set the isolation group to "" when we leak tasks, which causes forwarded tasks to report an error resolving the isolation group. Don't return an error in this case, or if the task happens not to have a PartitionConfig.

Additionally update the matching simulation to use the isolation group based load balancer and provide a default for the QpsTrackerInterval. 0s results in a panic on service startup.

Additionally specify an Identity on requests in the matching simulation so that poller history is tracked.

Why?

  • Reduce noise in metrics caused by an expected scenario

How did you test it?

  • Unit tests

Potential risks

Release notes

Documentation Changes

We intentionally set the isolation group to "" when we leak tasks, which causes forwarded tasks to report an error resolving the isolation group.

Additionally update the matching simulation to use the isolation group based load balancer and provide a default for the QpsTrackerInterval. 0s results in a panic on service startup.

Additionally specify an Identity on requests in the matching simulation so that poller history is tracked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants