You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Karthik Kambatla (JIRA)" <ji...@apache.org> on 2016/12/02 19:24:58 UTC

[jira] [Created] (HADOOP-13860) ZKFailoverController.ElectorCallbacks should have a non-trivial implementation for enterNeutralMode

Karthik Kambatla created HADOOP-13860:
-----------------------------------------

             Summary: ZKFailoverController.ElectorCallbacks should have a non-trivial implementation for enterNeutralMode
                 Key: HADOOP-13860
                 URL: https://issues.apache.org/jira/browse/HADOOP-13860
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Karthik Kambatla


ZKFailoverController.ElectorCallbacks implements enterNeutralMode trivially. This can lead to a master staying active for longer than necessary, unless the fencing scheme ensures the first active is transitioned to standby before transitioning another master to active (e.g. ssh fencing). 

YARN-5677 does this for YARN in EmbeddedElectorService. If we choose not to implement, we should at least document this so any user of ZKFailoverController in the future is aware. 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org