Skip to content

fix: wait vclock is unreliable

Georgy Moshkin requested to merge fix/no-point-in-waiting-for-vclock into master

While a replica is waiting for master's vclock to advance another replica may become master. But the waiting replica will not know about it, because this information is distributed via raft log, which is being blocked by wait vclock.

Merge request reports