----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38572/ -----------------------------------------------------------
(Updated Sept. 23, 2015, 11:51 p.m.) Review request for geode and Darrel Schneider. Changes ------- The previous fix will hang. Fixed it. We should only set existingSystemDisconnecte = true when wait() happened. Bugs: geode-329 https://issues.apache.org/jira/browse/geode-329 Repository: geode Description ------- There's a race conditition that 2 DS will be created when the current DS is disconnecting. Diffs (updated) ----- gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java b7b2cd8 Diff: https://reviews.apache.org/r/38572/diff/ Testing ------- precheckin Thanks, xiaojian zhou