[
https://issues.apache.org/jira/browse/HDFS-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14570864#comment-14570864
]
Hudson commented on HDFS-3716:
------------------------------
FAILURE: Integrated in Hadoop-Hdfs-trunk #2145 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2145/])
HDFS-3716. Purger should remove stale fsimage ckpt files (Contributed by
J.Andreina) (vinayakumarb: rev c59e7456304def867afe35d6ee009ab572f8fdeb)
*
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFSImage.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImage.java
> Purger should remove stale fsimage ckpt files
> ---------------------------------------------
>
> Key: HDFS-3716
> URL: https://issues.apache.org/jira/browse/HDFS-3716
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: namenode
> Affects Versions: 2.0.0-alpha
> Reporter: suja s
> Assignee: J.Andreina
> Priority: Minor
> Fix For: 2.8.0
>
> Attachments: HDFS-3716.1.patch, HDFS-3716.2.patch, HDFS-3716.3.patch
>
>
> NN got killed while checkpointing in progress before renaming the ckpt file
> to actual file.
> Since the checkpointing process is not completed, on next NN startup it will
> load previous fsimage and apply rest of the edits.
> Functionally there's no harm but this ckpt file will be retained as is.
> Purger will not remove the ckpt file though other old fsimage files will be
> taken care.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)