HADOOP-17700. ExitUtil#halt info log should log HaltException (#3015)
Reviewed-by: Steve Loughran <stevel@apache.org> Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
This commit is contained in:
parent
ad923ad564
commit
c70ee2d548
@ -232,8 +232,7 @@ public static synchronized void halt(HaltException ee) throws HaltException {
|
||||
try {
|
||||
if (status != 0) {
|
||||
//exit indicates a problem, log it
|
||||
LOG.debug("Halt with status {}: {}", status, msg, ee);
|
||||
LOG.info("Halt with status {}: {}", status, msg, msg);
|
||||
LOG.info("Halt with status {}: {}", status, msg, ee);
|
||||
}
|
||||
} catch (Exception ignored) {
|
||||
// ignore exceptions here, as it may be due to an out of memory situation
|
||||
|
Loading…
Reference in New Issue
Block a user