Repository: geode
Updated Branches:
  refs/heads/feature/GEM-1483 1e8095dcc -> 524983349


fix-5


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

Branch: refs/heads/feature/GEM-1483
Commit: 524983349ccc576623eb69860d5287b8343a6064
Parents: 1e8095d
Author: zhouxh <gz...@pivotal.io>
Authored: Wed Jun 21 18:13:11 2017 -0700
Committer: zhouxh <gz...@pivotal.io>
Committed: Wed Jun 21 18:13:11 2017 -0700

----------------------------------------------------------------------
 .../apache/geode/internal/cache/PartitionedRegionDataStore.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/52498334/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java
 
b/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java
index 9dc0a18..798436d 100644
--- 
a/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java
@@ -1442,7 +1442,8 @@ public class PartitionedRegionDataStore implements 
HasCachePerfStats {
             logger
                 .debug(pr + " bucketId=" + bucketId + " has remote primary, 
checking its children");
           }
-          isRemotePrimaryReady = isRemotePrimaryReady && 
pr.getDataStore().isRemotePrimaryReadyForColocatedChildren(bucketId);
+          isRemotePrimaryReady = isRemotePrimaryReady
+              && 
pr.getDataStore().isRemotePrimaryReadyForColocatedChildren(bucketId);
         }
       }
     }

Reply via email to