eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
993 stars 236 forks source link

Commit is needs to be triggered when quorum size becomes 1 #488

Closed tcwzxx closed 6 months ago

tcwzxx commented 6 months ago

Conditions: 1、cluster has only 2 nodes 2、leader yield_leadership 3、option auto_adjust_quorum_for_smallcluster is true 4、anthor node become leader and old leader down 5、cluster is idle

Pending cluster configuration has no chance to commit