Eli Collins created HDFS-3690:
---------------------------------
Summary: BlockPlacementPolicyDefault incorrectly casts LOG
Key: HDFS-3690
URL: https://issues.apache.org/jira/browse/HDFS-3690
Project: Hadoop HDFS
Issue Type: Bug
Affects Versions: 2.0.0-alpha
Reporter: Eli Collins
Priority: Blocker
The common tests, eg TestCopyListing, fails with
{noformat}
Caused by: java.lang.ClassCastException:
org.apache.commons.logging.impl.SimpleLog cannot be cast to
org.apache.commons.logging.impl.Log4JLogger
at
org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyDefault.<clinit>(BlockPlacementPolicyDefault.java:55)
{noformat}
caused by this cast
{code}
private static final String enableDebugLogging =
"For more information, please enable DEBUG log level on "
+ ((Log4JLogger)LOG).getLogger().getName();
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira