DonalEvans commented on a change in pull request #6474:
URL: https://github.com/apache/geode/pull/6474#discussion_r639222918
##########
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:
When I search the codebase for uses of this method, I don't find any.
Are you sure it's still used?
--
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]