MAPREDUCE-6049. AM JVM does not exit if MRClientService graceful shutdown
fails. Contributed by Rohith. (cherry picked from commit 7250b0bf914a55d0fa4802834de7f1909f1b0d6b)
This commit is contained in:
parent
ad32886ae6
commit
09df35e51d
@ -16,6 +16,9 @@ Release 2.7.0 - UNRELEASED
|
||||
CodecPool multiple times (Sergey Murylev via raviprak)
|
||||
|
||||
MAPREDUCE-6162. mapred hsadmin fails on a secure cluster (jlowe)
|
||||
|
||||
MAPREDUCE-6049. AM JVM does not exit if MRClientService graceful shutdown
|
||||
fails (Rohith via devaraj)
|
||||
|
||||
Release 2.6.0 - 2014-11-18
|
||||
|
||||
|
@ -586,7 +586,8 @@ public void shutDownJob() {
|
||||
}
|
||||
clientService.stop();
|
||||
} catch (Throwable t) {
|
||||
LOG.warn("Graceful stop failed ", t);
|
||||
LOG.warn("Graceful stop failed. Exiting.. ", t);
|
||||
ExitUtil.terminate(1, t);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user