You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/08/10 16:05:34 UTC

[GitHub] ivankelly opened a new pull request #1598: Avoid releasing sent buffer to early in BookieClient mock

ivankelly opened a new pull request #1598: Avoid releasing sent buffer to early in BookieClient mock
URL: https://github.com/apache/bookkeeper/pull/1598
 
 
   If the buffer was sent to more than one bookie with the mock, it would
   be released after being sent to the first one. Each write should
   retain a refCount themselves, and then release when done.
   

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