You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/15 08:34:34 UTC

[GitHub] [pulsar] gaozhangmin commented on pull request #16033: [fix][client]Fix miss flushing ack request when invoking pendingIndividualBatchAck

gaozhangmin commented on PR #16033:
URL: https://github.com/apache/pulsar/pull/16033#issuecomment-1156166927

   When i was adding UT, i found there may exists another problem:  Message ack  in a batch will be added to `pendingIndividualBatchIndexAcks`,  After the BitSet all set to false(means all acked, but the ack requests are not sent yet),  a normal ack request  will be send to broker, and the batch index ack will be removed from `pendingIndividualBatchIndexAcks` before we send it to broker. @gaoran10 @lhotari @codelipenghui 


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org