HDFS-10377. CacheReplicationMonitor shutdown log message should use INFO level (Yiqun Lin via cmccabe)
This commit is contained in:
parent
0f0c6415af
commit
f0252ad252
|
@ -167,7 +167,7 @@ public class CacheReplicationMonitor extends Thread implements Closeable {
|
|||
try {
|
||||
while (true) {
|
||||
if (shutdown) {
|
||||
LOG.debug("Shutting down CacheReplicationMonitor");
|
||||
LOG.info("Shutting down CacheReplicationMonitor");
|
||||
return;
|
||||
}
|
||||
if (completedScanCount < neededScanCount) {
|
||||
|
|
Loading…
Reference in New Issue