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

Some issues on the leader transfer #91

Closed
absolute8511 opened this issue Jun 16, 2021 · 0 comments · Fixed by #93
Closed

Some issues on the leader transfer #91

absolute8511 opened this issue Jun 16, 2021 · 0 comments · Fixed by #93

Comments

@absolute8511
Copy link

absolute8511 commented Jun 16, 2021

Currently, most raft libraries only check the commit index while doing the leader transfer. Some other cases should also be considered to avoid stale/slow read after transfer such as the snapshot status, the applied index, and the pending configure change.

related fix:
tikv/tikv#6539
tikv/tikv#8051
tikv/tikv#3878
cockroachdb/cockroach#63507
etcd-io/etcd#12163
etcd-io/etcd#12134
etcd-io/etcd#10822

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant