HBASE-19654 Remove misleading and chatty debug message in ReplicationLogCleaner

Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
Reid Chan 2018-01-02 21:45:31 +08:00 committed by tedyu
parent ab0e459693
commit d8ef30c5e1
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ public class ReplicationLogCleaner extends BaseLogCleanerDelegate {
if (LOG.isDebugEnabled()) {
if (logInReplicationQueue) {
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);