You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2012/11/30 00:47:59 UTC

[jira] [Commented] (HBASE-6052) Convert .META. and -ROOT- content to pb

    [ 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