HDFS-11840. Log HDFS Mover exception message of exit to its own log. Contributed by LiXin Ge.
(cherry picked from commit c31cb879a3595f76d01408e6d066a0bde20be043)
This commit is contained in:
parent
226688a12c
commit
5c819585f2
@ -171,6 +171,7 @@ private ExitStatus run() {
|
||||
return ExitStatus.ILLEGAL_ARGUMENTS;
|
||||
} catch (IOException e) {
|
||||
System.out.println(e + ". Exiting ...");
|
||||
LOG.error(e + ". Exiting ...");
|
||||
return ExitStatus.IO_EXCEPTION;
|
||||
} finally {
|
||||
dispatcher.shutdownNow();
|
||||
|
Loading…
x
Reference in New Issue
Block a user