Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HA branch (HDFS-1623)
-
None
-
Reviewed
Description
When there is an error in shared edits dir then current policy requires the active name node to abort and shutdown.
Currently there is no way to shut down the name node and hence this does not happen even after all journals have been aborted on error. In fact the name node stays Active and also is not in safe mode. Ideally it should shut down, or at least go into safe mode or standby mode.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-2913 Add graceful shutdown command for the NN
- Open