-
Notifications
You must be signed in to change notification settings - Fork 728
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
getGlobalTSO
may call Recv
concurrently on a stream
#9091
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Feb 27, 2025
close tikv#9091 Signed-off-by: ti-chi-bot <[email protected]>
This was referenced Feb 27, 2025
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Feb 27, 2025
close tikv#9091 Signed-off-by: ti-chi-bot <[email protected]>
Before #9095, if run TestForwardTsoConcurrently will cause
|
ti-chi-bot bot
pushed a commit
that referenced
this issue
Feb 28, 2025
close #9091 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Mar 3, 2025
close #9091 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Mar 3, 2025
close #9091 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
After confirming with @ystaticy, it's possible to call
UpdateServiceSafePointV2
concurrently, which results in callingRecv
concurrently on a stream.The text was updated successfully, but these errors were encountered: