You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/02/06 23:15:17 UTC

[GitHub] ivmaykov opened a new pull request #810: ZOOKEEPER-3274: Use CompositeByteBuf to queue data in NettyServerCnxn

ivmaykov opened a new pull request #810: ZOOKEEPER-3274: Use CompositeByteBuf to queue data in NettyServerCnxn
URL: https://github.com/apache/zookeeper/pull/810
 
 
   This avoids unnecessary buffer copies and resizes.
   
   Note that this PR is currently stacked on top of #809 and includes the commit from that PR. Once #809 is merged, I will rebase this PR onto the new master and it will only contain 1 commit.
   
   Code reviewers: please only review the second commit (with the commit message "ZOOKEEPER-3274: ...")

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