|
@@ -49,8 +49,9 @@ import com.google.common.annotations.VisibleForTesting;
|
|
|
public class BlockPlacementPolicyDefault extends BlockPlacementPolicy {
|
|
|
|
|
|
private static final String enableDebugLogging =
|
|
|
- "For more information, please enable DEBUG log level on "
|
|
|
- + BlockPlacementPolicy.class.getName();
|
|
|
+ "For more information, please enable DEBUG log level on "
|
|
|
+ + BlockPlacementPolicy.class.getName() + " and "
|
|
|
+ + NetworkTopology.class.getName();
|
|
|
|
|
|
private static final ThreadLocal<StringBuilder> debugLoggingBuilder
|
|
|
= new ThreadLocal<StringBuilder>() {
|