Details
Description
When we implemented HDFS-15255, we added a log message to warn if both dfs.namenode.read.considerLoad and dfs.namenode.read.considerStorageType were set to true, as they cannot be used together.
Somehow, we failed to wrap the log message in an IF statement, so it is always printed incorrectly.
Attachments
Attachments
Issue Links
- is part of
-
HDFS-15255 Consider StorageType when DatanodeManager#sortLocatedBlock()
- Resolved