gesterzhou commented on code in PR #7670: URL: https://github.com/apache/geode/pull/7670#discussion_r869774427
########## geode-core/src/main/java/org/apache/geode/internal/cache/InitialImageOperation.java: ########## @@ -1077,7 +1081,8 @@ protected Set<Object> processReceivedRVV(RegionVersionVector remoteRVV, if (id == null) { id = myId; } - if (!remoteRVV.contains(id, stamp.getRegionVersion())) { + foundIds.add(id); Review Comment: it won't hurt to add id into foundIds. I will keep it the same as GII provider part. -- 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-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org