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/05/19 16:14:10 UTC

[GitHub] merlimat opened a new pull request #1817: Fixed mem leak when acknowledging while disconnected from broker

merlimat opened a new pull request #1817: Fixed mem leak when acknowledging while disconnected from broker
URL: https://github.com/apache/incubator-pulsar/pull/1817
 
 
   ### Motivation
   
   ByteBuf for ack command is not released if we don't have a connection to send the acknowledgemt to.
   
   This is an issue only in 1.22, not in 2.0 code which is already handling acks in a different way and doesn't suffer from this problem.

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