Skip to content
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

Open
3 of 6 tasks
CabinfeverB opened this issue Apr 10, 2024 · 0 comments
Open
3 of 6 tasks

Introduce the backoff mechanism for gRPC client #8047

CabinfeverB opened this issue Apr 10, 2024 · 0 comments
Assignees
Labels
type/development The issue belongs to a development tasks

Comments

@CabinfeverB
Copy link
Member

CabinfeverB commented Apr 10, 2024

Development Task

@CabinfeverB CabinfeverB added the type/development The issue belongs to a development tasks label Apr 10, 2024
ti-chi-bot bot added a commit that referenced this issue Apr 11, 2024
ref #8047

Signed-off-by: Cabinfever_B <cabinfeveroier@gmail.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
@JmPotato JmPotato self-assigned this Apr 15, 2024
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 <ghzpotato@gmail.com>

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 <ghzpotato@gmail.com>
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 <ghzpotato@gmail.com>

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 <ghzpotato@gmail.com>
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 <ghzpotato@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/development The issue belongs to a development tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants