----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41563/ -----------------------------------------------------------
Review request for geode, anilkumar gingade, Bruce Schuchardt, Hitesh Khamesra, and Jason Huynh. Repository: geode Description ------- Patch based on a team discussion to solve two issues on network partition tests: 1) Surviving side member is unexpectedly forced out 2) Splitbrain scenario on startup of locators For the first issue, the fix turns on the TCP_NODELAY flag for fast suspect member final check process. For the second issue, increase the timeout for locator startup. Diffs ----- gemfire-core/src/main/java/com/gemstone/gemfire/distributed/internal/membership/gms/fd/GMSHealthMonitor.java 8c38ba6 gemfire-core/src/main/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpClient.java 8b9347e Diff: https://reviews.apache.org/r/41563/diff/ Testing ------- Network partition tests. Thanks, Jianxia Chen
