Description
EC file blockId location info displaying as "null" with hdfs fsck -blockId command
- Check the blockId information of an EC enabled file with "hdfs fsck -
blockId"Check the blockId information of an EC enabled file with "hdfs fsck -blockId" blockId location related info will display as null,which needs to be rectified.
Check the attachment "EC_file_block_info"
=======================================================
- Check the output of a normal file block to compare
===========================================================
- Actual Output :- null
- Expected output :- It should display the blockId location related info as (nodes, racks) of the block as specified in the usage info of fsck -blockId option. [like : Block replica on datanode/rack: BLR10000xx038/default-rack is HEALTHY]
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-14266 EC : Fsck -blockId shows null for EC Blocks if One Block Is Not Available.
- Resolved