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

Hudson commented on HDFS-12406:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #12837 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/12837/])
HDFS-12406. dfsadmin command prints "Exception encountered" even if (cliang: 
rev 738c2a9682880061c12286cb88882c125a8dfd57)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DFSAdmin.java


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to