Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C299189F3 for ; Tue, 22 Mar 2016 04:30:31 +0000 (UTC) Received: (qmail 33531 invoked by uid 500); 22 Mar 2016 04:30:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33479 invoked by uid 500); 22 Mar 2016 04:30:25 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 33459 invoked by uid 99); 22 Mar 2016 04:30:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2016 04:30:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B58B12C1F5D for ; Tue, 22 Mar 2016 04:30:25 +0000 (UTC) Date: Tue, 22 Mar 2016 04:30:25 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15510) Reuse buffer inside RpcServer$Connection.readAndProcess MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205773#comment-15205773 ] Elliott Clark commented on HBASE-15510: --------------------------------------- Most of the times we've tried to share/reuse buffers on the heap things have been much slower on a newer jdk/gc. > Reuse buffer inside RpcServer$Connection.readAndProcess > ------------------------------------------------------- > > Key: HBASE-15510 > URL: https://issues.apache.org/jira/browse/HBASE-15510 > Project: HBase > Issue Type: Improvement > Components: IPC/RPC > Affects Versions: 2.0.0 > Reporter: Vladimir Rodionov > Assignee: Vladimir Rodionov > Fix For: 2.0.0 > > > ByteBuffer is created on every call. > Server-side. -- This message was sent by Atlassian JIRA (v6.3.4#6332)