-
Notifications
You must be signed in to change notification settings - Fork 719
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
merge operator blocks the balance leader operations #3807
Comments
/severity Moderate |
/assign |
not only balance leader, may also block evict leader |
/assign @bufferflies |
@nolouch: GitHub didn't allow me to assign the following users: bufferflies. Note that only tikv members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Bug Report
What did you do?
Run a cluster, kill one TiKV, and restart it.
What did you expect to see?
The leader should be balanced quickly.
What did you see instead?
The merge operator spends 10 mins to become timeout. In this period, the balance leader cannot run due to the leader limit. Besides, one merge operator will occupy two leader limits if it contains a transfer leader step.
What version of PD are you using (
pd-server -V
)?v5.0.2
The text was updated successfully, but these errors were encountered: