When NameNode is shutdown it tries to exit safemode ---------------------------------------------------
Key: HDFS-1145 URL: https://issues.apache.org/jira/browse/HDFS-1145 Project: Hadoop HDFS Issue Type: Bug Components: name-node Reporter: dhruba borthakur Suppose the NameNode is in safemode. Then we try to shuut it down by invoking NameNode.stop(). The stop() method interrupts all waiting threads, which in turn, causes the SafeMode monitor to exit and thus triggering replicating/deleting of blocks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.