You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: