[ 
https://issues.apache.org/jira/browse/HDFS-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16158983#comment-16158983
 ] 

Hanisha Koneru commented on HDFS-12406:
---------------------------------------

Thanks for the fix, [~nandakumar131]. The patch LGTM. +1 (non-binding).

> dfsadmin command prints "Exception encountered" even if there is no 
> exception, when debug is enabled 
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-12406
>                 URL: https://issues.apache.org/jira/browse/HDFS-12406
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: hdfs-client
>            Reporter: Nandakumar
>            Assignee: Nandakumar
>            Priority: Minor
>         Attachments: HDFS-12406.000.patch
>
>
> In DFSAdmin we are printing {{"Exception encountered"}} at debug level for 
> all the calls even if there is no exception.
> {code:title=DFSAdmin#run}
>     if (LOG.isDebugEnabled()) {
>       LOG.debug("Exception encountered:", debugException);
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to