[ https://issues.apache.org/jira/browse/HDFS-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Suresh Srinivas updated HDFS-3827: ---------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) I committed the patch. The test failures reported from Jenkins is unrelated to this patch. Thank you Jing! > 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 > Attachments: HDFS-3827.patch > > > 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