Details
-
Improvement
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
In the current code, the administrator can run savenamespace only after putting the namenode in safemode. This means that applications that are writing to HDFS encounters errors because the NN is in safemode. We would like to allow saveNamespace even when the namenode is not in safemode.
The savenamespace command already acquires the FSNamesystem writelock. There is no need to require that the namenode is in safemode too.
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-1597 Batched edit log syncs can reset synctxid throw assertions
- Closed
- is related to
-
HADOOP-4826 Admin command saveNamespace.
- Closed
-
HDFS-1509 Resync discarded directories in fs.name.dir during saveNamespace command
- Resolved