lni / dragonboat

A feature complete and high performance multi-group Raft library in Go.
Apache License 2.0
5.06k stars 541 forks source link

how to make quorum as 3? #280

Closed hiqsociety closed 1 year ago

hiqsociety commented 1 year ago

replication factor / quorum so instead of 2 needs to be alive for a 3 node to have "quorum", how do i make quorum into 3?

sorry i was thinking in terms of replication factor then realised there is no such feature. or is there a replication factor feature?

lni commented 1 year ago

dragonboat uses majority quorum, a shard with 5 replicas will require a 3 nodes quorum.