Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
HDFS-7240
-
None
-
None
-
None
Description
This is based on code review feedback from HDFS-12411 to avoid slow SCM datanode restart when there are large amount of keys and containers.
E.g., 5 GB per container / 4 KB per key = 1.25 Million keys per container.
The proposed solution is async loading containers/key size info and update the containerStatus once done.