ibelyakov commented on a change in pull request #7934:
URL: https://github.com/apache/ignite/pull/7934#discussion_r631881784



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryHandler.java
##########
@@ -1334,7 +1346,9 @@ public boolean isMarshalled() {
     @Override public void onBatchAcknowledged(final UUID routineId,
         GridContinuousBatch batch,
         final GridKernalContext ctx) {
-        sendBackupAcknowledge(ackBuf.onAcknowledged(batch), routineId, ctx);
+        sendBackupAcknowledge(ackBufBackup.onAcknowledged(batch), routineId, 
ctx);
+
+        cleanupBuffers(ackBuf.onAcknowledged(batch));

Review comment:
       The separate buffer for backups is not required and was removed.




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