pivotal-eshu commented on code in PR #7630: URL: https://github.com/apache/geode/pull/7630#discussion_r860255164
########## geode-core/src/main/java/org/apache/geode/internal/cache/BucketAdvisor.java: ########## @@ -1670,7 +1663,7 @@ protected Set<BucketServerLocation66> getBucketServerLocations(int version) { * * @param id the member to use as primary for this bucket */ - private void setPrimaryMember(InternalDistributedMember id) { + synchronized void setPrimaryMember(InternalDistributedMember id) { Review Comment: was used for the test -- any caller should already get the synchronized lock. -- 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