lhotari commented on code in PR #23693:
URL: https://github.com/apache/pulsar/pull/23693#discussion_r1875397422


##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/PersistentAcknowledgmentsGroupingTracker.java:
##########
@@ -517,6 +517,13 @@ public void flushAndClean() {
         pendingIndividualAcks.clear();

Review Comment:
   Just wondering why the existing `flushAndClean()` method couldn't be used? 
It seems that `pendingIndividualBatchIndexAcks.clear()` is missing from this 
method. I wonder if that's an issue in this method?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to