From dev-return-78266-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Wed Feb 6 23:15:19 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5461E18067A for ; Thu, 7 Feb 2019 00:15:19 +0100 (CET) Received: (qmail 10047 invoked by uid 500); 6 Feb 2019 23:15:18 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 10036 invoked by uid 99); 6 Feb 2019 23:15:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2019 23:15:18 +0000 From: GitBox To: dev@zookeeper.apache.org Subject: [GitHub] ivmaykov opened a new pull request #810: ZOOKEEPER-3274: Use CompositeByteBuf to queue data in NettyServerCnxn Message-ID: <154949491785.18897.4007658499167730823.gitbox@gitbox.apache.org> Date: Wed, 06 Feb 2019 23:15:17 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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