-
Notifications
You must be signed in to change notification settings - Fork 726
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
When PD leader is transferred and there is network partition between new leader and pd client, client can't work #7416
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
CabinfeverB
added
type/bug
The issue is confirmed as a bug.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
labels
Nov 22, 2023
This kind of error is rare in the production environment. I want to fix it later |
CabinfeverB
added
severity/moderate
and removed
may-affects-5.3
may-affects-5.4
severity/major
labels
Nov 27, 2023
ti-chi-bot bot
added a commit
that referenced
this issue
Nov 29, 2023
close #7416 Signed-off-by: Cabinfever_B <[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
Nov 29, 2023
close tikv#7416 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Nov 29, 2023
close tikv#7416 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Nov 29, 2023
close tikv#7416 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot bot
added a commit
that referenced
this issue
Dec 6, 2023
… (#7475) close #7416 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: Cabinfever_B <[email protected]> Co-authored-by: Yongbo Jiang <[email protected]> Co-authored-by: Cabinfever_B <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
18 tasks
ti-chi-bot bot
pushed a commit
that referenced
this issue
Dec 25, 2023
… (#7476) close #7416 Signed-off-by: Cabinfever_B <[email protected]> Co-authored-by: Cabinfever_B <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
severity/moderate
type/bug
The issue is confirmed as a bug.
Bug Report
can reproduce by test in #7443.
What did you do?
"tidb": "enable-forwarding = true" (affects pd client)
inject network partition between one of tidb and pd follower A last for 10m
transfer leader to pd A
What did you expect to see?
tidb works normally
What did you see instead?
tidb can't work normally
What version of PD are you using (
pd-server -V
)?master
The text was updated successfully, but these errors were encountered: