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

fix: Single fragment scaling is too conservative #19259

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

Conversation

shanicky
Copy link
Contributor

@shanicky shanicky commented Nov 5, 2024

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

In previous versions, when handling a single fragment, it would be skipped if the current worker was included in the list of schedulable workers, which could lead to an imbalance.

Additionally, this PR attempts to use [] to access the key in the hashmap, replacing get().unwrap() for better debugging.

Checklist

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • All checks passed in ./risedev check (or alias, ./risedev c)

Signed-off-by: Shanicky Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants