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

TSO Server Close() gets stuck sometimes #6530

Closed
binshi-bing opened this issue May 29, 2023 · 1 comment
Closed

TSO Server Close() gets stuck sometimes #6530

binshi-bing opened this issue May 29, 2023 · 1 comment
Assignees
Labels
type/bug The issue is confirmed as a bug.

Comments

@binshi-bing
Copy link
Contributor

binshi-bing commented May 29, 2023

Bug Report

What did you do?

During EKS upgrading in the prod env, after the operator restarted all API servers first then restarted all TSO servers, the TiFlash can't get TSO. Eventually, the operator deleted all API PODs to restore the TSO service.

What did you expect to see?

TiFlash should be served by TSO service normally after short time for service discovery.

What did you see instead?

We suspect that TSO Server Close() got stuck with the same root cause of issue #6304 in which it got stuck at s.serverLoopWg.Wait() in tso.Server.Close() every 3 ~ 5 times when we rerun Rerun TestMixedTSODeployment repeatedly.
Issue Number: #6304

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

tikv/pd master as of 8b16b71

@binshi-bing binshi-bing added the type/bug The issue is confirmed as a bug. label May 29, 2023
@binshi-bing binshi-bing self-assigned this May 29, 2023
@binshi-bing
Copy link
Contributor Author

possibly fixed by #6529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

1 participant