Ayush Saxena created HDFS-16373: ----------------------------------- Summary: Fix MiniDFSCluster restart in case of multiple namenodes Key: HDFS-16373 URL: https://issues.apache.org/jira/browse/HDFS-16373 Project: Hadoop HDFS Issue Type: Bug Reporter: Ayush Saxena Assignee: Ayush Saxena
In case of multiple namenodes, if more than one namenode are restarted, it fails. Since the restartNamenode checks for all the namenodes to get up, But if 2 namenodes are down, and we restart one, the other namenode won't be up, so restart fails. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org