-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Segment Replication] Primary shard based rebalancing across all indices #6642
Comments
@anasalkouz Could you please assign this issue to me? |
@saikaranam-amazon @dreamer-89 if not solved, I'd love to try it. |
Thanks @kkewwei for the comment. |
@dreamer-89 Could you please assign to @kkewwei as I don't have permissions on the issue? |
Thanks @saikaranam-amazon for the update. @kkewwei assigned the issue to you. Please feel free to post any questions that you may have. |
Hi @dreamer-89 @kkewwei if this is not actively worked upon, can I pick the issue? |
@Arpit-Bandejiya of cause. |
In #6210, primary shard balancing logic was introduced.
This change is follow up of above to implement global primary shard rebalancing logic. This can be implemented efficiently with #6481 implementation which switches shard roles. This change essentially needs another round of rebalancing to attain primary balance across all indices vs current which perform per index balancing.
Example use-cases
Problem 1 (Multiple primary of different index on same node)
Problem 2 (No relocation possible due to SameShardAllocator)
The text was updated successfully, but these errors were encountered: