-
Notifications
You must be signed in to change notification settings - Fork 759
PD may repeatedly add learner to a region #5786
Copy link
Copy link
Closed
Labels
affects-5.0affects-5.1affects-5.2affects-5.3affects-5.4This bug affects the 5.4.x(LTS) versions.This bug affects the 5.4.x(LTS) versions.affects-6.1This bug affects the 6.1.x(LTS) versions.This bug affects the 6.1.x(LTS) versions.affects-6.5This bug affects the 6.5.x(LTS) versions.This bug affects the 6.5.x(LTS) versions.severity/minortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Metadata
Metadata
Assignees
Labels
affects-5.0affects-5.1affects-5.2affects-5.3affects-5.4This bug affects the 5.4.x(LTS) versions.This bug affects the 5.4.x(LTS) versions.affects-6.1This bug affects the 6.1.x(LTS) versions.This bug affects the 6.1.x(LTS) versions.affects-6.5This bug affects the 6.5.x(LTS) versions.This bug affects the 6.5.x(LTS) versions.severity/minortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Type
Projects
Status
Closed
Bug Report
What did you do?
curl -X POST -d '{"delay":3000}' "http://{PD_ADDRESS}/pd/api/v1/checker/rule"pending-peeranddown-peercurl -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: