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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
