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: Improvement
Components: dfs
Affects Versions: 0.19.0
Reporter: Konstantin Shvachko
Priority: Blocker
Fix For: 0.19.0
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.