Lisheng Sun created HDFS-14797: ---------------------------------- Summary: Define LOG instead of BlockManager.LOG in ReplicationWork Key: HDFS-14797 URL: https://issues.apache.org/jira/browse/HDFS-14797 Project: Hadoop HDFS Issue Type: Bug Reporter: Lisheng Sun Assignee: Lisheng Sun
There are too many noisy logs with BlockManager.LOG, it's too hard to debug problem. Define LOG instead of it in ReplicationWork. {code:java} BlockManager.LOG .debug("Creating a ReplicationWork to reconstruct " + block); {code} -- This message was sent by Atlassian Jira (v8.3.2#803003) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org