|
@@ -184,7 +184,7 @@ class PendingReplicationBlocks {
|
|
pendingReplicationCheck();
|
|
pendingReplicationCheck();
|
|
Thread.sleep(period);
|
|
Thread.sleep(period);
|
|
} catch (InterruptedException ie) {
|
|
} catch (InterruptedException ie) {
|
|
- FSNamesystem.LOG.warn(
|
|
|
|
|
|
+ FSNamesystem.LOG.debug(
|
|
"PendingReplicationMonitor thread received exception. " + ie);
|
|
"PendingReplicationMonitor thread received exception. " + ie);
|
|
}
|
|
}
|
|
}
|
|
}
|