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

unexpected continuous cross AZ traffic after tikv shutdown #879

Closed
zyguan opened this issue Jul 11, 2023 · 1 comment
Closed

unexpected continuous cross AZ traffic after tikv shutdown #879

zyguan opened this issue Jul 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@zyguan
Copy link
Contributor

zyguan commented Jul 11, 2023

Let the cluster has 3 AZs and each AZ has 2 tikvs, then shutdown 1 tikv in AZ1. Since there is still one alive tikv in AZ1, it will hold all regions finally, thus replica reads with closest-replica from AZ1 can be performed on that tikv. However, the tidb from AZ1 still continuously access replicas from other AZs.

image
image

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

No branches or pull requests

2 participants