[
https://issues.apache.org/jira/browse/HADOOP-4404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Shvachko updated HADOOP-4404:
----------------------------------------
Attachment: FSImage.patch
Corrected the typo.
> saveFSImage() should remove files from a storage directory that do not
> correspond to its type.
> ----------------------------------------------------------------------------------------------
>
> Key: HADOOP-4404
> URL: https://issues.apache.org/jira/browse/HADOOP-4404
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.19.0
> Reporter: Konstantin Shvachko
> Assignee: Konstantin Shvachko
> Priority: Blocker
> Fix For: 0.19.0
>
> Attachments: FSImage.patch, FSImage.patch, FSImage.patch
>
>
> NameNode's image and edits directories can be separated (HADOOP-3948).
> So the name-node can have 3 types of storage directories.
> And each directory should contain only those files that correspond to its
> type:
> # combined image and edits directory: should contain {{fsimage}} and {{edits}}
> # image only directory should contain only {{fsimage}}
> # edits only directory should contain only {{edits}}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.