[ https://issues.apache.org/jira/browse/HDFS-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439117#comment-13439117 ]
Hudson commented on HDFS-3827: ------------------------------ Integrated in Hadoop-Common-trunk-Commit #2615 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2615/]) HDFS-3827. TestHASafeMode#assertSafemode method should be made static. Contributed by Jing Zhao (Revision 1375828) Result = SUCCESS suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1375828 Files : * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestHASafeMode.java > 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