You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2009/06/23 19:54:07 UTC

[jira] Created: (HBASE-1572) Zookeeper log4j property set to ERROR on default, same output when cluster working and not working

Zookeeper log4j property set to ERROR on default, same output when cluster working and not working
--------------------------------------------------------------------------------------------------

                 Key: HBASE-1572
                 URL: https://issues.apache.org/jira/browse/HBASE-1572
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.0
            Reporter: Jonathan Gray
             Fix For: 0.20.0


I was having some issues with getting zookeeper running, default log level being at ERROR meant that I didn't actually know whether the zk cluster was working or not.  INFO is fairly noisy but might be best?

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


[jira] Updated: (HBASE-1572) Zookeeper log4j property set to ERROR on default, same output when cluster working and not working

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

Jonathan Gray updated HBASE-1572:
---------------------------------

    Assignee: Jonathan Gray
      Status: Patch Available  (was: Open)

> Zookeeper log4j property set to ERROR on default, same output when cluster working and not working
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1572
>                 URL: https://issues.apache.org/jira/browse/HBASE-1572
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1572-v1.patch
>
>
> I was having some issues with getting zookeeper running, default log level being at ERROR meant that I didn't actually know whether the zk cluster was working or not.  INFO is fairly noisy but might be best?

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


[jira] Updated: (HBASE-1572) Zookeeper log4j property set to ERROR on default, same output when cluster working and not working

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

stack updated HBASE-1572:
-------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed.  Thanks for patch Jon.

> Zookeeper log4j property set to ERROR on default, same output when cluster working and not working
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1572
>                 URL: https://issues.apache.org/jira/browse/HBASE-1572
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1572-v1.patch
>
>
> I was having some issues with getting zookeeper running, default log level being at ERROR meant that I didn't actually know whether the zk cluster was working or not.  INFO is fairly noisy but might be best?

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


[jira] Commented: (HBASE-1572) Zookeeper log4j property set to ERROR on default, same output when cluster working and not working

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723254#action_12723254 ] 

stack commented on HBASE-1572:
------------------------------

Lets run w/ INFO while we're zk noobs.

> Zookeeper log4j property set to ERROR on default, same output when cluster working and not working
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1572
>                 URL: https://issues.apache.org/jira/browse/HBASE-1572
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>             Fix For: 0.20.0
>
>
> I was having some issues with getting zookeeper running, default log level being at ERROR meant that I didn't actually know whether the zk cluster was working or not.  INFO is fairly noisy but might be best?

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


[jira] Commented: (HBASE-1572) Zookeeper log4j property set to ERROR on default, same output when cluster working and not working

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723236#action_12723236 ] 

Nitay Joffe commented on HBASE-1572:
------------------------------------

Yeah I turned this down a while ago to prevent all of their cruft messages from filling up our logs. If it's preventing useful information from coming through that every user should see, then so be it, I'm with you. 

> Zookeeper log4j property set to ERROR on default, same output when cluster working and not working
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1572
>                 URL: https://issues.apache.org/jira/browse/HBASE-1572
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>             Fix For: 0.20.0
>
>
> I was having some issues with getting zookeeper running, default log level being at ERROR meant that I didn't actually know whether the zk cluster was working or not.  INFO is fairly noisy but might be best?

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


[jira] Updated: (HBASE-1572) Zookeeper log4j property set to ERROR on default, same output when cluster working and not working

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

Jonathan Gray updated HBASE-1572:
---------------------------------

    Attachment: HBASE-1572-v1.patch

Changes zookeeper log4j property to INFO from ERROR.

> Zookeeper log4j property set to ERROR on default, same output when cluster working and not working
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1572
>                 URL: https://issues.apache.org/jira/browse/HBASE-1572
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1572-v1.patch
>
>
> I was having some issues with getting zookeeper running, default log level being at ERROR meant that I didn't actually know whether the zk cluster was working or not.  INFO is fairly noisy but might be best?

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