[
https://issues.apache.org/jira/browse/HDFS-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405127#comment-13405127
]
Hudson commented on HDFS-3575:
------------------------------
Integrated in Hadoop-Common-trunk-Commit #2420 (See
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2420/])
HDFS-3575. HttpFS does not log Exception Stacktraces (brocknoland via tucu)
(Revision 1356330)
Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1356330
Files :
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/HttpFSExceptionProvider.java
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
> HttpFS does not log Exception Stacktraces
> -----------------------------------------
>
> Key: HDFS-3575
> URL: https://issues.apache.org/jira/browse/HDFS-3575
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.0.0-alpha
> Reporter: Brock Noland
> Assignee: Brock Noland
> Priority: Minor
> Labels: newbie
> Fix For: 2.0.1-alpha
>
> Attachments: HDFS-3575-1.patch
>
>
> In the 'log' method of the HttpFSExceptionProvider we log exceptions as
> "warn" but the stacktrace itself is not logged:
> LOG.warn("[{}:{}] response [{}] {}", new Object[]{method, path, status,
> message, throwable});
> We should log the exception here.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira