-
Notifications
You must be signed in to change notification settings - Fork 724
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
Introduce the backoff mechanism for gRPC client #8047
Labels
type/development
The issue belongs to a development tasks
Comments
This was referenced Apr 10, 2024
ti-chi-bot bot
added a commit
that referenced
this issue
Apr 11, 2024
ref #8047 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 bot
added a commit
that referenced
this issue
Apr 24, 2024
ref #8047 Organize the methods of the TSO dispatcher. Signed-off-by: JmPotato <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Apr 28, 2024
close #7997, ref #8047 Previously, without enabling the TSO Follower Proxy, we only passively update its stream when a TSO request fails. This means that we cannot automatically and gradually complete the TSO stream update after a service switch. This PR strengthens this logic, which can improve the success rate of TSO requests during service switching. Signed-off-by: JmPotato <[email protected]>
This was referenced Apr 28, 2024
nolouch
pushed a commit
to nolouch/pd
that referenced
this issue
Apr 29, 2024
ref tikv#8047 Organize the methods of the TSO dispatcher. Signed-off-by: JmPotato <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
nolouch
pushed a commit
to nolouch/pd
that referenced
this issue
Apr 29, 2024
close tikv#7997, ref tikv#8047 Previously, without enabling the TSO Follower Proxy, we only passively update its stream when a TSO request fails. This means that we cannot automatically and gradually complete the TSO stream update after a service switch. This PR strengthens this logic, which can improve the success rate of TSO requests during service switching. Signed-off-by: JmPotato <[email protected]>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Apr 30, 2024
ref #8047 - Decouple `tsoClient` and `tsoDispatcher` to appropriately categorize different methods. - Update `connectionCtxsUpdater` to support the Local TSO. Signed-off-by: JmPotato <[email protected]>
This was referenced Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Development Task
tsoClient
to make adopting the later changes easier.GetTS
andGetLocalTS
.The text was updated successfully, but these errors were encountered: