CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
30.16k
stars
3.82k
forks
source link
raft: remove unnecessary MsgCheckQuorum indirection #135956
Closed
pav-kv closed 10 hours ago
This PR replaces the indirect check-quorum call via
Step(MsgCheckQuorum)
with a direct method call.Epic: none Release note: none