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 2018/03/23 03:08:58 UTC

[GitHub] sijie opened a new pull request #1424: Improve batch message acking by removing batch message tracker

sijie opened a new pull request #1424: Improve batch message acking by removing batch message tracker
URL: https://github.com/apache/incubator-pulsar/pull/1424
 
 
   ### Motivation
   
   client is maintaining a batch message tracker to track batch messages for acknowledge. if the application is using `Failover` subscription and doesn't ack the messages at all, the message id objects will be accumulating in the client.
   
   ### Modifications
   
   Move the bitset as part of BatchMessageIdImpl and remove batch message tracker
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services