You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Chao Sun (JIRA)" <ji...@apache.org> on 2018/11/12 18:29:00 UTC

[jira] [Created] (HDFS-14067) Allow manual failover between standby and observer

Chao Sun created HDFS-14067:
-------------------------------

             Summary: Allow manual failover between standby and observer
                 Key: HDFS-14067
                 URL: https://issues.apache.org/jira/browse/HDFS-14067
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Chao Sun
            Assignee: Chao Sun


Currently if automatic failover is enabled in a HA environment, transition from standby to observer would be blocked:
{code}
[hdfs@*** hadoop-3.3.0-SNAPSHOT]$ bin/hdfs haadmin -transitionToObserver ha2
Automatic failover is enabled for NameNode at ****
Refusing to manually manage HA state, since it may cause
a split-brain scenario or other incorrect state.
If you are very sure you know what you are doing, please
specify the --forcemanual flag.
{code}

We should allow manual transition between standby and observer in this case.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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