[
https://issues.apache.org/jira/browse/HDFS-15855?focusedWorklogId=560852&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-560852
]
ASF GitHub Bot logged work on HDFS-15855:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Mar/21 07:13
Start Date: 04/Mar/21 07:13
Worklog Time Spent: 10m
Work Description: jianghuazhu opened a new pull request #2741:
URL: https://github.com/apache/hadoop/pull/2741
…Image.
## NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 560852)
Remaining Estimate: 0h
Time Spent: 10m
> Solve the problem of incorrect EC progress when loading FsImage
> ---------------------------------------------------------------
>
> Key: HDFS-15855
> URL: https://issues.apache.org/jira/browse/HDFS-15855
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: JiangHua Zhu
> Assignee: JiangHua Zhu
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]