-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Retry info for request resource of read requests. #46514
Labels
affects-6.5
affects-7.1
sig/transaction
SIG:Transaction
type/enhancement
The issue or PR belongs to an enhancement.
Comments
12 tasks
This was referenced Sep 6, 2023
18 tasks
you06
pushed a commit
to you06/tidb
that referenced
this issue
Sep 18, 2023
cfzjywxk
pushed a commit
that referenced
this issue
Sep 18, 2023
) (#47003) * client-go: attach request source with retry info for coprocessor (#46509) (#46706) close #46514 * restore bazelversiong Signed-off-by: you06 <you1474600@gmail.com> * remove unused field Signed-off-by: you06 <you1474600@gmail.com> * update client-go Signed-off-by: you06 <you1474600@gmail.com> --------- Signed-off-by: you06 <you1474600@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
guoshouyan
pushed a commit
to guoshouyan/tidb
that referenced
this issue
Mar 5, 2024
…gcap#46706) (pingcap#47003) (pingcap#6) * client-go: attach request source with retry info for coprocessor (pingcap#46509) (pingcap#46706) close pingcap#46514 * restore bazelversiong Signed-off-by: you06 <you1474600@gmail.com> * remove unused field Signed-off-by: you06 <you1474600@gmail.com> * update client-go Signed-off-by: you06 <you1474600@gmail.com> --------- Signed-off-by: you06 <you1474600@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io> Signed-off-by: you06 <you1474600@gmail.com> Co-authored-by: you06 <you1474600@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
affects-7.1
sig/transaction
SIG:Transaction
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Currently we can't distinguish the retried requests. Because the read requests may be handled not only by leader, the retry info is important for them. We can attach the retry info to the request soruce for read requests.
The text was updated successfully, but these errors were encountered: