----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45196/ -----------------------------------------------------------
Review request for geode and Dan Smith. Repository: geode Description ------- The SystemFailure class was storing state in a static var without ensuring thread-safe reads and writes. This was causing intermittent test failures. Fixed the data race and set the flag correctly as a test precondition. Diffs ----- geode-core/src/main/java/com/gemstone/gemfire/SystemFailure.java 1775063921493c85e19d0138faea3383aea1496d geode-core/src/test/java/com/gemstone/gemfire/SystemFailureJUnitTest.java c5efaf01e8bb22526189a0ed8ff5d378e69c7e93 Diff: https://reviews.apache.org/r/45196/diff/ Testing ------- Thanks, Anthony Baker
