-
Notifications
You must be signed in to change notification settings - Fork 720
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
Sync store may block the process of leader exit #6918
Labels
Comments
ti-chi-bot bot
added a commit
that referenced
this issue
Aug 10, 2023
close #6918 add timeout context for observer tikv config to avoid wait too long Signed-off-by: bufferflies <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Aug 10, 2023
close tikv#6918 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Aug 10, 2023
close tikv#6918 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Aug 10, 2023
close tikv#6918 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Aug 11, 2023
close #6918 add timeout context for observer tikv config to avoid wait too long Signed-off-by: bufferflies <[email protected]>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Aug 14, 2023
close #6918 add timeout context for observer tikv config to avoid wait too long Signed-off-by: bufferflies <[email protected]> Co-authored-by: bufferflies <[email protected]> Co-authored-by: buffer <[email protected]>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Aug 29, 2023
close #6918 add timeout context for observer tikv config to avoid wait too long Signed-off-by: bufferflies <[email protected]> Co-authored-by: buffer <[email protected]> Co-authored-by: bufferflies <[email protected]>
18 tasks
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Dec 1, 2023
close tikv#6918 add timeout context for observer tikv config to avoid wait too long Signed-off-by: bufferflies <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Sep 14, 2024
close #6918 add timeout context for observer tikv config to avoid wait too long Co-authored-by: Shirly <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
What did you do?
Transfer PD leader
What did you expect to see?
It should be finished in a short time.
What did you see instead?
Cost about 3 min to finish
It will try to connect to the tombstone store and doesn't have any timeout mechanism. And the store list is only updated when fail to request all stores. So If we offline a store, even if we do remove-tombstone, it could still be on the list.
What version of PD are you using (
pd-server -V
)?v6.1.0
summary:
fixed in :
The text was updated successfully, but these errors were encountered: