[ https://issues.apache.org/jira/browse/HDFS-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jing Zhao updated HDFS-3827:
----------------------------
Status: Patch Available (was: Open)
> 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
|