-
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
Tso client is not ready after create PD client #8962
Labels
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
okJiang
added
severity/major
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.
labels
Dec 31, 2024
ti-chi-bot
bot
added
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
labels
Dec 31, 2024
This was referenced Jan 6, 2025
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Jan 6, 2025
close tikv#8962 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jan 6, 2025
…8963) (#8975) close #8962 Signed-off-by: okJiang <[email protected]> Co-authored-by: okJiang <[email protected]>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jan 6, 2025
…8963) (#8976) close #8962 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: okJiang <[email protected]> Co-authored-by: okJiang <[email protected]>
ti-chi-bot bot
added a commit
that referenced
this issue
Jan 6, 2025
…8963) (#8974) close #8962 Signed-off-by: okJiang <[email protected]> Co-authored-by: okJiang <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
13 tasks
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Enhancement Task
If
getClusterInfo
fails due to the network problem, the tso client will not be initiated. In this way, if the caller calls tso related API, likeGetMinTS()
, it will reporttso client is nil
error.pd/client/servicediscovery/pd_service_discovery.go
Lines 512 to 514 in 5ad4301
pd/client/servicediscovery/pd_service_discovery.go
Lines 857 to 883 in 5ad4301
We can apply retry to this function.
The text was updated successfully, but these errors were encountered: