-
Notifications
You must be signed in to change notification settings - Fork 725
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
placement-rule: it can't transfer leader to the target store #7992
Comments
/assign @TonsnakeLin |
It is the root cause of this issue bellow. There are two unresonable points.
|
/remove-label may-affects-7.1 |
/remove-label may-affects-5.4, may-affects-6.1, may-affects-7.5 |
/remove-label may-affects-5.4 |
/remove-label may-affects-6.1 |
/remove-label may-affects-7.5 |
/label affects-5.4 |
/label affects-6.1 |
/label affects-7.1 |
/label affects-7.5 |
close tikv#7992 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
close tikv#7992 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
/found customer |
Bug Report
What did you do?
There are two data centers, one is dc1 and the other is dc2. At first we forced the leader at dc2 by placement-rule , and we switched the leader to dc1 by another placement-rule. But it left two region leader in dc2 at last.
What did you expect to see?
All region leaders were transfered to dc2.
What did you see instead?
There are two region leaders left in dc2 at last.
What version of PD are you using (
pd-server -V
)?Release Version: v6.5.4-20231107-65de8fc
The text was updated successfully, but these errors were encountered: