Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When loading FsImage, if EC information exists, the EC loading display is incorrect during processing.
FSImageFormatProtobuf#loadInternal() :
case ERASURE_CODING:
Step step = new Step(StepType.ERASURE_CODING_POLICIES);
prog.beginStep(Phase.LOADING_FSIMAGE, step);
loadErasureCodingSection(in);
prog.endStep(Phase.LOADING_FSIMAGE, step);
break;
StartupProgress is not used here to record EC-related information.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-15826 Solve the problem of incorrect progress of delegation tokens when loading FsImage
- Resolved
- links to