[ https://issues.apache.org/jira/browse/YARN-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14278720#comment-14278720 ]
Hudson commented on YARN-2807: ------------------------------ FAILURE: Integrated in Hadoop-Hdfs-trunk #2006 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/2006/]) YARN-2807. Option "--forceactive" not works as described in usage of (xgong: rev d15cbae73c7ae22d5d60d8cba16cba565e8e8b20) * hadoop-yarn-project/CHANGES.txt * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/YarnCommands.apt.vm * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/ResourceManagerHA.apt.vm * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAAdmin.java > Option "--forceactive" not works as described in usage of "yarn rmadmin > -transitionToActive" > -------------------------------------------------------------------------------------------- > > Key: YARN-2807 > URL: https://issues.apache.org/jira/browse/YARN-2807 > Project: Hadoop YARN > Issue Type: Sub-task > Components: documentation, resourcemanager > Reporter: Wangda Tan > Assignee: Masatake Iwasaki > Priority: Minor > Fix For: 2.7.0 > > Attachments: YARN-2807.1.patch, YARN-2807.2.patch, YARN-2807.3.patch, > YARN-2807.4.patch > > > Currently the help message of "yarn rmadmin -transitionToActive" is: > {code} > transitionToActive: incorrect number of arguments > Usage: HAAdmin [-transitionToActive <serviceId> [--forceactive]] > {code} > But the --forceactive not works as expected. When transition RM state with > --forceactive: > {code} > yarn rmadmin -transitionToActive rm2 --forceactive > Automatic failover is enabled for > org.apache.hadoop.yarn.client.RMHAServiceTarget@64c9f31e > 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} > As shown above, we still cannot transitionToActive when automatic failover is > enabled with --forceactive. > The option can work is: {{--forcemanual}}, there's no place in usage > describes this option. I think we should fix this -- This message was sent by Atlassian JIRA (v6.3.4#6332)