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 935039233 for ; Thu, 29 Nov 2012 23:47:59 +0000 (UTC) Received: (qmail 81335 invoked by uid 500); 29 Nov 2012 23:47:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 81181 invoked by uid 500); 29 Nov 2012 23:47:59 -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 81173 invoked by uid 99); 29 Nov 2012 23:47:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 23:47:59 +0000 Date: Thu, 29 Nov 2012 23:47:59 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: <1981751677.43059.1354232879153.JavaMail.jiratomcat@arcas> In-Reply-To: <1022339510.16126.1337372826680.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-6052) Convert .META. and -ROOT- content to pb 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-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506951#comment-13506951 ] Jean-Daniel Cryans commented on HBASE-6052: ------------------------------------------- Enis, Can we remove this log message? {code} public static HRegionInfo getHRegionInfo(Result data) { ... if (LOG.isDebugEnabled()) { LOG.debug("Current INFO from scan results = " + info); } return info; } {code} It's not too spammy if you have a few regions but as soon as you reach the hundreds it becomes quite excessive. For example, try running this: bq. bin/hbase org.apache.hadoop.hbase.PerformanceEvaluation --presplit=500 randomWrite 5 > Convert .META. and -ROOT- content to pb > --------------------------------------- > > Key: HBASE-6052 > URL: https://issues.apache.org/jira/browse/HBASE-6052 > Project: HBase > Issue Type: Sub-task > Reporter: stack > Assignee: Enis Soztutar > Priority: Blocker > Fix For: 0.96.0 > > Attachments: 6052-v5.txt, 6052_v8.patch, HBASE-6052_v1.patch, HBASE-6052_v2.patch, HBASE-6052_v3.patch, HBASE-6052_v4.patch, HBASE-6052_v4.patch, HBASE-6052_v7.patch, HBASE-6052_v8.patch, HBASE-6052_v9.patch, TestMetaMigrationConvertToPB.tgz > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira