HBASE-19654 Remove misleading and chatty debug message in ReplicationLogCleaner
Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
parent
ab0e459693
commit
d8ef30c5e1
|
@ -86,8 +86,6 @@ public class ReplicationLogCleaner extends BaseLogCleanerDelegate {
|
||||||
if (LOG.isDebugEnabled()) {
|
if (LOG.isDebugEnabled()) {
|
||||||
if (logInReplicationQueue) {
|
if (logInReplicationQueue) {
|
||||||
LOG.debug("Found log in ZK, keeping: " + wal);
|
LOG.debug("Found log in ZK, keeping: " + wal);
|
||||||
} else {
|
|
||||||
LOG.debug("Didn't find this log in ZK, deleting: " + wal);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return !logInReplicationQueue && (file.getModificationTime() < readZKTimestamp);
|
return !logInReplicationQueue && (file.getModificationTime() < readZKTimestamp);
|
||||||
|
|
Loading…
Reference in New Issue