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

Feature: Supports node black list for load balancing. #1976

Open
lengyuexuexuan opened this issue Apr 16, 2024 · 0 comments
Open

Feature: Supports node black list for load balancing. #1976

lengyuexuexuan opened this issue Apr 16, 2024 · 0 comments
Labels
type/enhancement Indicates new feature requests

Comments

@lengyuexuexuan
Copy link
Collaborator

Feature Request

Describe the feature you'd like:

When load balancing, we can set up a blacklist of nodes such that there will be no sharding in and out on those nodes.

Teachability, Documentation, Adoption, Migration Strategy:

During load balancing, we use replica counts as an evaluation criterion for slice migration. However, the size of each slice is uncertain. A node may have fewer slices but larger disk load. If we perform load balancing at this time, it will cause more load pressure on this type of nodes.
In addition, the machines in a cluster may be of different models and have different disk sizes.
So this feature can help us to do more flexible load balancing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

1 participant