HADOOP-12993. Change ShutdownHookManger complete shutdown log from INFO to DEBUG. Contributed by Xiaoyu Yao.
This commit is contained in:
parent
e0cb426758
commit
8ced42daff
@ -81,7 +81,7 @@ public class ShutdownHookManager {
|
|||||||
LOG.error("ShutdownHookManger shutdown forcefully.");
|
LOG.error("ShutdownHookManger shutdown forcefully.");
|
||||||
EXECUTOR.shutdownNow();
|
EXECUTOR.shutdownNow();
|
||||||
}
|
}
|
||||||
LOG.info("ShutdownHookManger complete shutdown.");
|
LOG.debug("ShutdownHookManger complete shutdown.");
|
||||||
} catch (InterruptedException ex) {
|
} catch (InterruptedException ex) {
|
||||||
LOG.error("ShutdownHookManger interrupted while waiting for " +
|
LOG.error("ShutdownHookManger interrupted while waiting for " +
|
||||||
"termination.", ex);
|
"termination.", ex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user