Andrew Wang created HDFS-5170: --------------------------------- Summary: BlockPlacementPolicyDefault uses the wrong classname when alerting to enable debug logging Key: HDFS-5170 URL: https://issues.apache.org/jira/browse/HDFS-5170 Project: Hadoop HDFS Issue Type: Bug Reporter: Andrew Wang Assignee: Andrew Wang Priority: Trivial
{code} private static final String enableDebugLogging = "For more information, please enable DEBUG log level on " + LOG.getClass().getName(); {code} This inserts the LOG's class rather than BlockPlacementPolicy's class. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira