We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quorum number should be (n/2)+1 but is calculated as ceil(n/2+1) at the time.
(n/2)+1
ceil(n/2+1)
The text was updated successfully, but these errors were encountered:
placement: quorum number done right (#31188)
1cc0b51
close #31186
Successfully merging a pull request may close this issue.
Enhancement
Quorum number should be
(n/2)+1
but is calculated asceil(n/2+1)
at the time.The text was updated successfully, but these errors were encountered: