mivanac commented on a change in pull request #6474:
URL: https://github.com/apache/geode/pull/6474#discussion_r639208182
##########
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:
This method is used to current queue copy to marked list, so we can not
remove it.
--
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]