You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/05/18 00:56:38 UTC

[GitHub] [geode] gesterzhou commented on a diff in pull request #7670: GEODE-10290: GII requester should remove departed members

gesterzhou commented on code in PR #7670:
URL: https://github.com/apache/geode/pull/7670#discussion_r875381346


##########
geode-core/src/main/java/org/apache/geode/internal/cache/InitialImageOperation.java:
##########
@@ -1100,6 +1107,13 @@ protected Set<Object> processReceivedRVV(RegionVersionVector remoteRVV,
         }
       }
     }
+    if (!departedMemberSet.isEmpty() && foundIds.size() > 0) {

Review Comment:
   !departedMemberSet.isEmpty means this is non persistent region and there's something to remove to RVV's member map. 



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org