Description
HDFS-7647 changed internal API related to LocatedBlocks and DataNodeInfo. We can fix it trivially in HBase for now.
[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/enis/projects/hbase-champlain/hbase-server/src/test/java/org/apache/hadoop/hbase/fs/TestBlockReorder.java:[175,41] error: incompatible types
Longer term, we should add an API for advanced hdfs users (like HBase) to deprioritize / reorder locations for blocks based on what the client thinks.
arpitagarwal FYI.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-7647 DatanodeManager.sortLocatedBlocks sorts DatanodeInfos but not StorageIDs
- Closed