HDFS-8490. Typo in trace enabled log in ExceptionHandler of WebHDFS. Contributed by Archana T.
(cherry picked from commit c2356cb0bc3a0ad7d15c03fc63591608bfd5cbe9)
This commit is contained in:
parent
1ebaff0b86
commit
b91cadcafd
@ -488,6 +488,9 @@ Release 2.8.0 - UNRELEASED
|
||||
HDFS-7609. Avoid retry cache collision when Standby NameNode loading edits.
|
||||
(Ming Ma via jing9)
|
||||
|
||||
HDFS-8490. Typo in trace enabled log in ExceptionHandler of WebHDFS.
|
||||
(Archana T via ozawa)
|
||||
|
||||
Release 2.7.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -50,7 +50,7 @@ static DefaultFullHttpResponse exceptionCaught(Throwable cause) {
|
||||
Exception e = cause instanceof Exception ? (Exception) cause : new Exception(cause);
|
||||
|
||||
if (LOG.isTraceEnabled()) {
|
||||
LOG.trace("GOT EXCEPITION", e);
|
||||
LOG.trace("GOT EXCEPTION", e);
|
||||
}
|
||||
|
||||
//Convert exception
|
||||
|
Loading…
x
Reference in New Issue
Block a user