Jing Zhao created HDFS-3827: ------------------------------- Summary: TestHASafeMode#assertSafemode should be made static Key: HDFS-3827 URL: https://issues.apache.org/jira/browse/HDFS-3827 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 3.0.0 Reporter: Jing Zhao Assignee: Jing Zhao Priority: Trivial
TestHASafeMode#assertSafemode should be made static. The parameters of assertSafemode contains NameNode nn, thus should change "String status = nn1.getNamesystem().getSafemode();" to "String status = nn.getNamesystem().getSafemode();". -- 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