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

TiKV failed to new PD(TSO) client #6449

Closed
binshi-bing opened this issue May 12, 2023 · 0 comments · Fixed by #6451
Closed

TiKV failed to new PD(TSO) client #6449

binshi-bing opened this issue May 12, 2023 · 0 comments · Fixed by #6451
Assignees
Labels
severity/minor type/bug The issue is confirmed as a bug.

Comments

@binshi-bing
Copy link
Contributor

Bug Report

What did you do?

Hanyang is running TiUP with multiple-group tso cherry-pick

What did you expect to see?

TiKV can successfully and consistently new PD(TSO) client

What did you see instead?

had random failures. The root cause is that the cherry-pick contains a mistake which overwrites the default retry interval 1s with 3s which results in timeout 2s set by TiKV for creating TSO(PD) client.

What version of PD are you using (pd-server -V)?

pd-cse

@binshi-bing binshi-bing added the type/bug The issue is confirmed as a bug. label May 12, 2023
ti-chi-bot bot pushed a commit that referenced this issue May 15, 2023
close #6449

Signed-off-by: lhy1024 <admin@liudos.us>
rleungx pushed a commit to rleungx/pd that referenced this issue Aug 2, 2023
close tikv#6449

Signed-off-by: lhy1024 <admin@liudos.us>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants