Jakob Homan created HDFS-8490:
---------------------------------
Summary: 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
Priority: Trivial
/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)