Skip to content

Reuse TaskList Partition Weighting in IsolationLoadBalancer #6811

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

Merged
merged 1 commit into from
Apr 15, 2025

Conversation

natemort
Copy link
Member

@natemort natemort commented Apr 11, 2025

What changed?

  • Use the weighted load balancer when picking between candidates for isolation assignment

Why?

  • As Partition <-> Isolation Group assignment changes, we may need pollers to prioritize certain partitions to ensure that no one partition.
  • There may be insufficient pollers for the tasks in a specific group that creates backlogs on a subset of partitions. Pollers from other partitions can take these tasks after they leak, but we may need to route more pollers to that partition in order to resolve the problem.

How did you test it?

  • Unit tests and Matching Simulation

Potential risks

Release notes

Documentation Changes

@natemort natemort merged commit e329cd1 into cadence-workflow:master Apr 15, 2025
23 checks passed
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.

3 participants