(cherry picked from commit f0252ad2525c90b2b89ae2ff1de12482da2c8ddd)
@@ -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) {