You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2015/09/22 20:30:14 UTC

incubator-geode git commit: fix based on darrel's review comment

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-329 1ff59f744 -> bde7a6e8b


fix based on darrel's review comment


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bde7a6e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/bde7a6e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/bde7a6e8

Branch: refs/heads/feature/GEODE-329
Commit: bde7a6e8b1a10ca5b8a99523c960cd5b53091740
Parents: 1ff59f7
Author: zhouxh <gz...@pivotal.io>
Authored: Tue Sep 22 11:28:50 2015 -0700
Committer: zhouxh <gz...@pivotal.io>
Committed: Tue Sep 22 11:28:50 2015 -0700

----------------------------------------------------------------------
 .../java/com/gemstone/gemfire/distributed/DistributedSystem.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/bde7a6e8/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java b/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
index 312d283..95c709f 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
@@ -1586,6 +1586,7 @@ public abstract class DistributedSystem implements StatisticsFactory {
       } else {
         boolean existingSystemDisconnected = false;
         do {
+          existingSystemDisconnected = false;
           if (!existingSystems.isEmpty()) {
             Assert.assertTrue(existingSystems.size() == 1);