Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
This is part of work in HDFS-8494. To make it easy and discuss this case better, open this issue to remove the use of hard-coded cell size value in balancer Dispatcher separately. Also copied some good comments here:
From walter.k.su:
It's easy to pass cellSize from BlockInfoStriped to Dispatcher. But the question is BlockInfoStriped doesn't have it.
You have to get it by: BlockInfoStriped --> getBlockCollection --> getZone --> getCellSize. A bit complicated, isn't it?
I think BlockInfoStriped needs to keep cellSize.
From vinayrpet:
I too was thinking the same when the FSImageLoader problem has came up. This will increase the memory usage by ~4bytes for each block though.
Attachments
Issue Links
- duplicates
-
HDFS-8882 Erasure Coding: Use datablocks, parityblocks and cell size from ErasureCodingPolicy
- Resolved