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



##########
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:
       Ah, I'm sorry, I should have been clearer in the initial comment. The 
method that I'm referring to is `markEventsAsDuplicate()`.




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