Nandakumar created HDFS-12406:
---------------------------------
Summary: 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
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]