[ 
https://issues.apache.org/jira/browse/HDFS-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169133#comment-13169133
 ] 

Todd Lipcon commented on HDFS-2679:
-----------------------------------

Did you consider adding an enum rather than returning string? Seems a little 
strange to make the string an interface even though it can only be some 
restricted set of values.
                
> 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
>
>
> 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

        

Reply via email to