HDFS-10377. CacheReplicationMonitor shutdown log message should use INFO level (Yiqun Lin via cmccabe)
(cherry picked from commit f0252ad2525c90b2b89ae2ff1de12482da2c8ddd)
This commit is contained in:
parent
7cbf306e4c
commit
43f32d3f4a
@ -167,7 +167,7 @@ public void run() {
|
||||
try {
|
||||
while (true) {
|
||||
if (shutdown) {
|
||||
LOG.debug("Shutting down CacheReplicationMonitor");
|
||||
LOG.info("Shutting down CacheReplicationMonitor");
|
||||
return;
|
||||
}
|
||||
if (completedScanCount < neededScanCount) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user