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.");
|
||||
EXECUTOR.shutdownNow();
|
||||
}
|
||||
LOG.info("ShutdownHookManger complete shutdown.");
|
||||
LOG.debug("ShutdownHookManger complete shutdown.");
|
||||
} catch (InterruptedException ex) {
|
||||
LOG.error("ShutdownHookManger interrupted while waiting for " +
|
||||
"termination.", ex);
|
||||
|
|
Loading…
Reference in New Issue