[
https://issues.apache.org/jira/browse/HDFS-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eli Collins updated HDFS-2679:
------------------------------
Attachment: hdfs-2679.txt
I was thinking it would be better to re-use the constant part of ACTIVE_STATE
and STANDBY_STATE rather than introduce a new enum, but I think given that
HAServiceProtocol is in common it makes sense to do so. Updated patch.
> Add interface to query current state to HAServiceProtocol
> ----------------------------------------------------------
>
> Key: HDFS-2679
> URL: https://issues.apache.org/jira/browse/HDFS-2679
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Affects Versions: HA branch (HDFS-1623)
> Reporter: Eli Collins
> Assignee: Eli Collins
> Attachments: hdfs-2679.txt, hdfs-2679.txt
>
>
> Let's add an interface to HAServiceProtocol to query the current state of a
> NameNode for use by the the CLI (HAAdmin) and Web UI (HDFS-2677). This
> essentially makes the names "active" and "standby" from ACTIVE_STATE and
> STANDBY_STATE public interfaces, which IMO seems reasonable. Unlike the other
> APIs we should be able to use the interface even when HA is not enabled (as
> by default a non-HA NN is active).
--
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