ibelyakov commented on a change in pull request #7934:
URL: https://github.com/apache/ignite/pull/7934#discussion_r631881473
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java
##########
@@ -325,6 +338,27 @@ private Batch initBatch(AffinityTopologyVersion topVer,
boolean backup) {
endCntr = startCntr + BUF_SIZE - 1;
}
+ /**
+ * @param updateCntr Acknowledged counter.
+ */
+ synchronized void cleanupEntries(Long updateCntr) {
Review comment:
Changed
--
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]