Todd Lipcon created HDFS-3432: --------------------------------- Summary: TestDFSZKFailoverController tries to fail over too early Key: HDFS-3432 URL: https://issues.apache.org/jira/browse/HDFS-3432 Project: Hadoop HDFS Issue Type: Bug Components: auto-failover, test Affects Versions: Auto failover (HDFS-3042) Reporter: Todd Lipcon Assignee: Todd Lipcon Priority: Minor
This test starts a cluster, then starts the ZKFCs, then tries to issue a manual failover. But, it doesn't wait until the ZKFCs are fully done starting up. So, I see a test run occasionally fail because the failover says that the NN is not ready yet. The test just needs to wait until the ZKFCs are in "healthy" state before proceeding. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira