gesterzhou commented on a change in pull request #6093:
URL: https://github.com/apache/geode/pull/6093#discussion_r594712375



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/persistence/PersistenceAdvisorImpl.java
##########
@@ -552,6 +555,10 @@ public boolean 
checkMyStateOnMembers(Set<InternalDistributedMember> replicates)
         }
       }
     }
+    if (replicates.isEmpty() && splitBrainHappened) {
+      throw new ConflictingPersistentDataException(String
+          .format("Region %s from %s is split-brained from all other 
members.", regionPath, myId));

Review comment:
       Changed back to previous message. 

##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/persistence/PersistenceAdvisorImpl.java
##########
@@ -552,6 +555,10 @@ public boolean 
checkMyStateOnMembers(Set<InternalDistributedMember> replicates)
         }
       }
     }
+    if (replicates.isEmpty() && splitBrainHappened) {

Review comment:
       fixed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to