You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "stack (JIRA)" <ji...@apache.org> on 2007/10/18 19:16:51 UTC

[jira] Created: (HADOOP-2074) [hbase] Simple switch to enable DEBUG level-logging in hbase

[hbase] Simple switch to enable DEBUG level-logging in hbase
------------------------------------------------------------

                 Key: HADOOP-2074
                 URL: https://issues.apache.org/jira/browse/HADOOP-2074
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/hbase
            Reporter: stack
            Priority: Minor


Currently, enabling debug logging is a matter of enabling in log4j per class or by setting HADOOP_ROOT_LOGGER up in hadoop scripts.  Need a simple means of throwing the DEBUG level switch for hbase-only logging, something that is easy to convey to users (One thing to look at would be adding to the UI a switch to enable DEBUG-level logging in hbase).

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


[jira] Updated: (HADOOP-2074) [hbase] Simple switch to enable DEBUG level-logging in hbase

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HADOOP-2074:
--------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed.

> [hbase] Simple switch to enable DEBUG level-logging in hbase
> ------------------------------------------------------------
>
>                 Key: HADOOP-2074
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2074
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2074.patch
>
>
> Currently, enabling debug logging is a matter of enabling in log4j per class or by setting HADOOP_ROOT_LOGGER up in hadoop scripts.  Need a simple means of throwing the DEBUG level switch for hbase-only logging, something that is easy to convey to users (One thing to look at would be adding to the UI a switch to enable DEBUG-level logging in hbase).

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


[jira] Commented: (HADOOP-2074) [hbase] Simple switch to enable DEBUG level-logging in hbase

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540731 ] 

Hudson commented on HADOOP-2074:
--------------------------------

Integrated in Hadoop-Nightly #296 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/296/])

> [hbase] Simple switch to enable DEBUG level-logging in hbase
> ------------------------------------------------------------
>
>                 Key: HADOOP-2074
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2074
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2074.patch
>
>
> Currently, enabling debug logging is a matter of enabling in log4j per class or by setting HADOOP_ROOT_LOGGER up in hadoop scripts.  Need a simple means of throwing the DEBUG level switch for hbase-only logging, something that is easy to convey to users (One thing to look at would be adding to the UI a switch to enable DEBUG-level logging in hbase).

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


[jira] Updated: (HADOOP-2074) [hbase] Simple switch to enable DEBUG level-logging in hbase

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HADOOP-2074:
--------------------------

    Attachment: 2074.patch

Expose new log setting servlet in hbase.

Also, added description to server attributes table and explaination of load -- that its requests per hbase.regionserver.msginterval (HADOOP-2135).

> [hbase] Simple switch to enable DEBUG level-logging in hbase
> ------------------------------------------------------------
>
>                 Key: HADOOP-2074
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2074
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>         Attachments: 2074.patch
>
>
> Currently, enabling debug logging is a matter of enabling in log4j per class or by setting HADOOP_ROOT_LOGGER up in hadoop scripts.  Need a simple means of throwing the DEBUG level switch for hbase-only logging, something that is easy to convey to users (One thing to look at would be adding to the UI a switch to enable DEBUG-level logging in hbase).

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


[jira] Commented: (HADOOP-2074) [hbase] Simple switch to enable DEBUG level-logging in hbase

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540653 ] 

Hadoop QA commented on HADOOP-2074:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12369064/2074.patch
against trunk revision r592551.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1073/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1073/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1073/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1073/console

This message is automatically generated.

> [hbase] Simple switch to enable DEBUG level-logging in hbase
> ------------------------------------------------------------
>
>                 Key: HADOOP-2074
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2074
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2074.patch
>
>
> Currently, enabling debug logging is a matter of enabling in log4j per class or by setting HADOOP_ROOT_LOGGER up in hadoop scripts.  Need a simple means of throwing the DEBUG level switch for hbase-only logging, something that is easy to convey to users (One thing to look at would be adding to the UI a switch to enable DEBUG-level logging in hbase).

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


[jira] Updated: (HADOOP-2074) [hbase] Simple switch to enable DEBUG level-logging in hbase

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HADOOP-2074:
--------------------------

    Fix Version/s: 0.16.0
           Status: Patch Available  (was: Open)

Passes muster locally.  Trying hudson.

> [hbase] Simple switch to enable DEBUG level-logging in hbase
> ------------------------------------------------------------
>
>                 Key: HADOOP-2074
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2074
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2074.patch
>
>
> Currently, enabling debug logging is a matter of enabling in log4j per class or by setting HADOOP_ROOT_LOGGER up in hadoop scripts.  Need a simple means of throwing the DEBUG level switch for hbase-only logging, something that is easy to convey to users (One thing to look at would be adding to the UI a switch to enable DEBUG-level logging in hbase).

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


[jira] Commented: (HADOOP-2074) [hbase] Simple switch to enable DEBUG level-logging in hbase

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539414 ] 

stack commented on HADOOP-2074:
-------------------------------

Related: https://issues.apache.org/jira/browse/HADOOP-1185.  Integrate this new servlet into hbase UI.  Complement by adding a blanket setting of DEBUG level for all hbase classes.

> [hbase] Simple switch to enable DEBUG level-logging in hbase
> ------------------------------------------------------------
>
>                 Key: HADOOP-2074
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2074
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>
> Currently, enabling debug logging is a matter of enabling in log4j per class or by setting HADOOP_ROOT_LOGGER up in hadoop scripts.  Need a simple means of throwing the DEBUG level switch for hbase-only logging, something that is easy to convey to users (One thing to look at would be adding to the UI a switch to enable DEBUG-level logging in hbase).

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