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



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/persistence/PersistenceAdvisorImpl.java
##########
@@ -510,18 +510,19 @@ public PersistentMembershipView getMembershipView() {
   public boolean checkMyStateOnMembers(Set<InternalDistributedMember> 
replicates)
       throws ReplyException {
     PersistentStateQueryResults remoteStates = getMyStateOnMembers(replicates);
+    Set<InternalDistributedMember> copyOfReplicates = new HashSet<>();
+    copyOfReplicates.addAll(replicates);

Review comment:
       all 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