You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/07/24 15:26:58 UTC

[GitHub] eolivelli opened a new pull request #276: Issue-271 LedgerHandle#readEntries leaks ByteBufs

eolivelli opened a new pull request #276: Issue-271 LedgerHandle#readEntries leaks ByteBufs
URL: https://github.com/apache/bookkeeper/pull/276
 
 
   Add a setNettyUsePooledBuffers() client configuration option to let the user decide to use Pooled vs Unpooled ByteBufs.
   Using v2 wire protocol Application receives the original ByteBuf return from Channel and it is responsible for 'releasing' it.
   
   Add assertions on LedgerEntry to prevent the user from accessing data more then once
 
----------------------------------------------------------------
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