-
Notifications
You must be signed in to change notification settings - Fork 222
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
fix issue that store's liveness may incorrectly marked as unreachable when the store restarts with label changed #1402
fix issue that store's liveness may incorrectly marked as unreachable when the store restarts with label changed #1402
Conversation
… when the store restarts with label changed Signed-off-by: crazycs520 <crazycs520@gmail.com>
Signed-off-by: crazycs520 <crazycs520@gmail.com>
Signed-off-by: crazycs520 <crazycs520@gmail.com>
Signed-off-by: crazycs520 <crazycs520@gmail.com>
can you also change the message from region unavailable to store unavailable if it can not able to connect to store. It will help to root cause these type of issues. |
Thanks for the suggestion, we may change this error messge later, but not in this PR, since It's not easy to change. |
50d9718
into
tikv:tidb-6.5-with-kv-timeout-feature
… when the store restarts with label changed (tikv#1402) Signed-off-by: crazycs520 <crazycs520@gmail.com>
… when the store restarts with label changed (#1402) (#1417) * fix issue that store's liveness may incorrectly marked as unreachable when the store restarts with label changed (#1407) Signed-off-by: crazycs520 <crazycs520@gmail.com> --------- Signed-off-by: crazycs520 <crazycs520@gmail.com> * fix Signed-off-by: crazycs520 <crazycs520@gmail.com> * fix ci Signed-off-by: crazycs520 <crazycs520@gmail.com> --------- Signed-off-by: crazycs520 <crazycs520@gmail.com>
close #1401