You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "rnewson (via GitHub)" <gi...@apache.org> on 2023/06/11 07:35:32 UTC

[GitHub] [couchdb] rnewson opened a new pull request, #4636: clarify default quorum calculation

rnewson opened a new pull request, #4636:
URL: https://github.com/apache/couchdb/pull/4636

   It was pointed out on the user@ mailing list (https://lists.apache.org/thread/s2t47t9c84bqg50gz2805gnh73qxr7fc) that the docs express a different quorum algorithm from the code (that happens to give the same answers for odd numbers of `N`).
   
   This PR updates the docs to match the code.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] rnewson commented on pull request #4636: clarify default quorum calculation

Posted by "rnewson (via GitHub)" <gi...@apache.org>.
rnewson commented on PR #4636:
URL: https://github.com/apache/couchdb/pull/4636#issuecomment-1586059022

   An alternative expression is `r=w=⌊n/2⌋+1` but perhaps is too subtle.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] rnewson merged pull request #4636: clarify default quorum calculation

Posted by "rnewson (via GitHub)" <gi...@apache.org>.
rnewson merged PR #4636:
URL: https://github.com/apache/couchdb/pull/4636


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org