mivanac commented on a change in pull request #6474:
URL: https://github.com/apache/geode/pull/6474#discussion_r639224907



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/BucketRegionQueue.java
##########
@@ -203,8 +206,7 @@ private void destroyFailedBatchRemovalMessageKeys() {
 
   @Override
   public void beforeAcquiringPrimaryState() {
-    Iterator<Object> itr = eventSeqNumDeque.iterator();
-    markEventsAsDuplicate(itr);

Review comment:
       BucketAdvisor class, method acquiredPrimaryLock() calls 
             if (br instanceof BucketRegion) {
               ((BucketRegion) br).beforeAcquiringPrimaryState();
             }




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