Bill opened a new pull request #7126: URL: https://github.com/apache/geode/pull/7126
[GEODE-9822](https://issues.apache.org/jira/browse/GEODE-9822) The membership quorum calculation doesn't require a majority. As a result, a two-locator cluster is susceptible to split-brain during a network partition. This PR fixes the quorum calculation to ensure that a majority is required on the "winning" side. - [x] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [x] Has your PR been rebased against the latest commit within the target branch (typically `develop`)? - [x] Is your initial contribution a single, squashed commit? - [x] Does `gradlew build` run cleanly? - [x] Have you written or updated unit tests to verify your changes? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
