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 "dhruba borthakur (JIRA)" <ji...@apache.org> on 2007/03/06 00:23:24 UTC

[jira] Created: (HADOOP-1064) dfsclient logging messages should have appropriate log levels

dfsclient logging messages should have appropriate log levels
-------------------------------------------------------------

                 Key: HADOOP-1064
                 URL: https://issues.apache.org/jira/browse/HADOOP-1064
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
            Reporter: dhruba borthakur
         Assigned To: dhruba borthakur


The log messages printed out by DFSClient may pollute the applications' log. Thus, all log messages from the DFSClient should have appropriate log levels so that extraneous messages do not appear in the application log.

Also, an application should be able to switch off all messages that are at informational, warning and debug level.

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


[jira] Updated: (HADOOP-1064) dfsclient logging messages should have appropriate log levels

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

dhruba borthakur updated HADOOP-1064:
-------------------------------------

    Attachment: dfsclientwarn.patch

Here is a patch the changes a few DFSClient log messages from warn to info.

> dfsclient logging messages should have appropriate log levels
> -------------------------------------------------------------
>
>                 Key: HADOOP-1064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1064
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>            Reporter: dhruba borthakur
>         Assigned To: dhruba borthakur
>         Attachments: dfsclientwarn.patch
>
>
> The log messages printed out by DFSClient may pollute the applications' log. Thus, all log messages from the DFSClient should have appropriate log levels so that extraneous messages do not appear in the application log.
> Also, an application should be able to switch off all messages that are at informational, warning and debug level.

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


[jira] Commented: (HADOOP-1064) dfsclient logging messages should have appropriate log levels

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

Raghu Angadi commented on HADOOP-1064:
--------------------------------------

+1. change looks fine.
>... from warn to info
info to warn, you mean.

> dfsclient logging messages should have appropriate log levels
> -------------------------------------------------------------
>
>                 Key: HADOOP-1064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1064
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>            Reporter: dhruba borthakur
>         Assigned To: dhruba borthakur
>         Attachments: dfsclientwarn.patch
>
>
> The log messages printed out by DFSClient may pollute the applications' log. Thus, all log messages from the DFSClient should have appropriate log levels so that extraneous messages do not appear in the application log.
> Also, an application should be able to switch off all messages that are at informational, warning and debug level.

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


[jira] Updated: (HADOOP-1064) dfsclient logging messages should have appropriate log levels

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

dhruba borthakur updated HADOOP-1064:
-------------------------------------

    Status: Patch Available  (was: Open)

Fix dfsclient warning messages to be logged at the appropriate log level.

> dfsclient logging messages should have appropriate log levels
> -------------------------------------------------------------
>
>                 Key: HADOOP-1064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1064
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>            Reporter: dhruba borthakur
>         Assigned To: dhruba borthakur
>         Attachments: dfsclientwarn.patch
>
>
> The log messages printed out by DFSClient may pollute the applications' log. Thus, all log messages from the DFSClient should have appropriate log levels so that extraneous messages do not appear in the application log.
> Also, an application should be able to switch off all messages that are at informational, warning and debug level.

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


[jira] Updated: (HADOOP-1064) dfsclient logging messages should have appropriate log levels

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

Doug Cutting updated HADOOP-1064:
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.13.0
           Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Dhruba.

> dfsclient logging messages should have appropriate log levels
> -------------------------------------------------------------
>
>                 Key: HADOOP-1064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1064
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>            Reporter: dhruba borthakur
>         Assigned To: dhruba borthakur
>             Fix For: 0.13.0
>
>         Attachments: dfsclientwarn.patch
>
>
> The log messages printed out by DFSClient may pollute the applications' log. Thus, all log messages from the DFSClient should have appropriate log levels so that extraneous messages do not appear in the application log.
> Also, an application should be able to switch off all messages that are at informational, warning and debug level.

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