HDFS-10377. CacheReplicationMonitor shutdown log message should use INFO level (Yiqun Lin via cmccabe)

(cherry picked from commit f0252ad2525c90b2b89ae2ff1de12482da2c8ddd)
(cherry picked from commit 43f32d3f4a86d8f2a302530831003496c78fd561)
(cherry picked from commit 154332bb5463998d5e8f2251c8010d624f5e85a9)
(cherry picked from commit a61e04171f36ce75a8b5b501bc883e46fa67ef08)
This commit is contained in:
Colin Patrick Mccabe 2016-05-10 11:15:05 -07:00
parent 5c457e37e9
commit 167e54ed34

View File

@ -166,7 +166,7 @@ public void run() {
try { try {
while (true) { while (true) {
if (shutdown) { if (shutdown) {
LOG.debug("Shutting down CacheReplicationMonitor"); LOG.info("Shutting down CacheReplicationMonitor");
return; return;
} }
if (completedScanCount < neededScanCount) { if (completedScanCount < neededScanCount) {