Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.0.2-alpha
-
None
-
Reviewed
Description
Currently DFS#isInSafeMode is not Checking for the NN state. It can be executed on any of the NNs.
But HBase will use this API to check for the NN safemode before starting up its service.
If first NN configured is in standby then DFS#isInSafeMode will check standby NNs safemode but hbase want state of Active NN.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-5147 Certain dfsadmin commands such as safemode do not interact with the active namenode in ha setup
- Open
-
HBASE-7715 FSUtils#waitOnSafeMode can incorrectly loop on standby NN
- Closed