[
https://issues.apache.org/jira/browse/HDFS-5999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909895#comment-13909895
]
Tsz Wo (Nicholas), SZE commented on HDFS-5999:
----------------------------------------------
Sound good.
+1 on the patch.
> Do not create rollback fsimage when it already exists
> -----------------------------------------------------
>
> Key: HDFS-5999
> URL: https://issues.apache.org/jira/browse/HDFS-5999
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: datanode, ha, hdfs-client, namenode
> Reporter: Jing Zhao
> Assignee: Jing Zhao
> Attachments: HDFS-5999.000.patch
>
>
> Currently in FSEditLogLoader#applyEditLogOp, if the op is
> OP_START_LOG_SEGMENT, we do an extra rollback fsimage with condition
> "totalEdits > 1".
> This may cause some issue when we restart a NN with new software. If there is
> no extra checkpoint after the rollback image, the NN may generate a new
> rollback image using the new software, and replace the old rollback image.
> Then later if we want to do rollback the NN, which uses the old software, may
> not be able to load the rollback image.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)