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

Reconnect when meets store-not-match errors #455

Closed
youjiali1995 opened this issue Mar 24, 2022 · 0 comments · Fixed by #456
Closed

Reconnect when meets store-not-match errors #455

youjiali1995 opened this issue Mar 24, 2022 · 0 comments · Fixed by #456
Assignees
Labels
bug Something isn't working

Comments

@youjiali1995
Copy link
Contributor

youjiali1995 commented Mar 24, 2022

Now client-go gets store address from PD when it meets store-not-match errors and connections to the store are not recreated if the address is not changed. It's possible the address of store is not changed but the DNS resolves to a different address in k8s environment, so the store-not-match errors can't recover until reconnection. We can always reconnect in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant