-
Notifications
You must be signed in to change notification settings - Fork 721
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
PD may repeatedly add learner to a region #5786
Labels
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.1
affects-6.5
severity/minor
type/bug
The issue is confirmed as a bug.
Comments
Because of #4045 , we need more discussion. |
ti-chi-bot
added a commit
that referenced
this issue
Dec 30, 2022
) ref #5786 Signed-off-by: HunDunDM <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Dec 30, 2022
ref tikv#5786 Signed-off-by: ti-chi-bot <[email protected]>
This was referenced Dec 30, 2022
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Dec 30, 2022
ref tikv#5786 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Dec 30, 2022
ref tikv#5786 Signed-off-by: ti-chi-bot <[email protected]>
This was referenced Dec 30, 2022
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Dec 30, 2022
ref tikv#5786 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Dec 30, 2022
ref tikv#5786 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Dec 30, 2022
ref tikv#5786 Signed-off-by: ti-chi-bot <[email protected]>
nolouch
pushed a commit
to nolouch/pd
that referenced
this issue
Dec 30, 2022
…kv#5787) ref tikv#5786 Signed-off-by: HunDunDM <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ti-chi-bot
added a commit
that referenced
this issue
Jan 6, 2023
) (#5818) ref #5786, ref #5787 Signed-off-by: HunDunDM <[email protected]> Co-authored-by: HunDunDM <[email protected]>
ti-chi-bot
added a commit
that referenced
this issue
Jan 11, 2023
) (#5817) * This is an automated cherry-pick of #5787 ref #5786 Signed-off-by: ti-chi-bot <[email protected]> * fix conflicts Signed-off-by: nolouch <[email protected]> Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: nolouch <[email protected]> Co-authored-by: 混沌DM <[email protected]> Co-authored-by: nolouch <[email protected]>
16 tasks
Can we close it now? @nolouch |
yes. I think this fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.1
affects-6.5
severity/minor
type/bug
The issue is confirmed as a bug.
Bug Report
What did you do?
curl -X POST -d '{"delay":3000}' "http://{PD_ADDRESS}/pd/api/v1/checker/rule"
pending-peer
anddown-peer
curl -X POST -d '{"delay":0}' "http://{PD_ADDRESS}/pd/api/v1/checker/rule"
What did you expect to see?
The other Regions of tikv-2 were migrated away, and the Region also returned to normal.
What did you see instead?
Other Regions return to normal, but this Region cannot return to normal.
What version of PD are you using (
pd-server -V
)?v6.4.0
Note
It can be restored manually.
Solving it requires two steps:
The text was updated successfully, but these errors were encountered: