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 32E469FA8 for ; Wed, 1 Feb 2012 05:09:31 +0000 (UTC) Received: (qmail 20960 invoked by uid 500); 1 Feb 2012 05:09:30 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 20780 invoked by uid 500); 1 Feb 2012 05:09:26 -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 20741 invoked by uid 99); 1 Feb 2012 05:09:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 05:09:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 05:09:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 94EED182E47 for ; Wed, 1 Feb 2012 05:08:58 +0000 (UTC) Date: Wed, 1 Feb 2012 05:08:58 +0000 (UTC) From: "stack (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <529273519.1545.1328072938611.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <837775435.65581.1327298380065.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5256) Use WritableUtils.readVInt() in RegionLoad.readFields() 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-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197586#comment-13197586 ] stack commented on HBASE-5256: ------------------------------ Yes. Upgrading. Seems like it'd be easy to make this self-migrating. Would suggest we do it. Make a new issue? > Use WritableUtils.readVInt() in RegionLoad.readFields() > ------------------------------------------------------- > > Key: HBASE-5256 > URL: https://issues.apache.org/jira/browse/HBASE-5256 > Project: HBase > Issue Type: Task > Reporter: Zhihong Yu > Assignee: Mubarak Seyed > Fix For: 0.94.0 > > Attachments: HBASE-5256.trunk.v1.patch > > > Currently in.readInt() is used in RegionLoad.readFields() > More metrics would be added to RegionLoad in the future, we should utilize WritableUtils.readVInt() to reduce the amount of data exchanged between Master and region servers. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira