Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to incorrect quorum size calculation for busy connection (#564)
* We should check whether # busy connections + min quorum size is greater than # voting members. The current condition (# busy connections >= min quorum size) is wrong.
- Loading branch information