We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the TSO request fails, it will try to update the members to get the new leader.
pd/client/tso_dispatcher.go
Lines 403 to 416 in 41ec8dc
Line 436 in 41ec8dc
And there is a backoff, which the minimum time is 100ms
pd/client/pd_service_discovery.go
Lines 532 to 556 in 41ec8dc
At the same time, the request can still be put into the channel and wait for handling:
pd/client/tso_client.go
Line 528 in 41ec8dc
And the request might be affected by the backoff because we need to wait for the stream to be re-established.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement Task
If the TSO request fails, it will try to update the members to get the new leader.
pd/client/tso_dispatcher.go
Lines 403 to 416 in 41ec8dc
pd/client/tso_dispatcher.go
Line 436 in 41ec8dc
And there is a backoff, which the minimum time is 100ms
pd/client/pd_service_discovery.go
Lines 532 to 556 in 41ec8dc
At the same time, the request can still be put into the channel and wait for handling:
pd/client/tso_client.go
Line 528 in 41ec8dc
And the request might be affected by the backoff because we need to wait for the stream to be re-established.
The text was updated successfully, but these errors were encountered: