[
https://issues.apache.org/jira/browse/HDFS-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Archana T updated HDFS-8490:
----------------------------
Attachment: HDFS-8490.patch
Kindly review
> Typo in trace enabled log in WebHDFS exception handler
> ------------------------------------------------------
>
> Key: HDFS-8490
> URL: https://issues.apache.org/jira/browse/HDFS-8490
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: webhdfs
> Reporter: Jakob Homan
> Assignee: Archana T
> Priority: Trivial
> Labels: newbie
> Attachments: HDFS-8490.patch
>
>
> /hadoop/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/ExceptionHandler.java:
> {code} static DefaultFullHttpResponse exceptionCaught(Throwable cause) {
> Exception e = cause instanceof Exception ? (Exception) cause : new
> Exception(cause);
> if (LOG.isTraceEnabled()) {
> LOG.trace("GOT EXCEPITION", e);
> }{code}
> EXCEPITION is a typo.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)