You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/11/11 22:57:47 UTC

[jira] Updated: (HBASE-993) Turn of logging of every catalog table row entry on every scan

     [ https://issues.apache.org/jira/browse/HBASE-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-993:
------------------------

    Attachment: log.patch

{code}
M  src/java/org/apache/hadoop/hbase/regionserver/HRegion.java
    Added explicit closing message to intro. other loggings around close.
    Squashed a few logs together.
M  src/java/org/apache/hadoop/hbase/master/MetaScanner.java
    Added logging of how many rows and how many regions.  Added javadoc.
M  src/java/org/apache/hadoop/hbase/master/ServerManager.java
    Output load every minute rather than every 15 seconds.
M src/java/org/apache/hadoop/hbase/master/BaseScanner.java
    Remove logging of every line logged during meta scan.  Added output of
    count of meta rows.
M  src/java/org/apache/hadoop/hbase/master/RootScanner.java
    Javadoc.
{code}

> Turn of logging of every catalog table row entry on every scan
> --------------------------------------------------------------
>
>                 Key: HBASE-993
>                 URL: https://issues.apache.org/jira/browse/HBASE-993
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.19.0
>
>         Attachments: log.patch
>
>
> Just log edits.  In an install with many tables and thousands of regions per table, the DEBUG log is clogged with statements of the obvious.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.