We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have adding a metrics to show how many rounds are necessary to elect a new region leader when one TiKV instance fail. Here is the result:
The picture shows how many election rounds are used to get a new region leader. 376K regions use 1 round but 18K regions use 2 round.
Currently it's expected but maybe it's possible to improve it.
The text was updated successfully, but these errors were encountered:
tikv/raft-rs#420 should improve this.
Sorry, something went wrong.
/type enhancement
hicqu
No branches or pull requests
Question
I have adding a metrics to show how many rounds are necessary to elect a new region leader when one TiKV instance fail. Here is the result:
The picture shows how many election rounds are used to get a new region leader. 376K regions use 1 round but 18K regions use 2 round.
Currently it's expected but maybe it's possible to improve it.
The text was updated successfully, but these errors were encountered: