[
https://issues.apache.org/jira/browse/AMBARI-12107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14598544#comment-14598544
]
Hadoop QA commented on AMBARI-12107:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12741387/AMBARI-12107.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/3244//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/3244//console
This message is automatically generated.
> Moving RM on a RM HA enabled cluster does not update the
> yarn.resourcemanager.webapp.address and
> yarn.resourcemanager.webapp.https.address
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-12107
> URL: https://issues.apache.org/jira/browse/AMBARI-12107
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.1.0.
> Reporter: Di Li
> Assignee: Di Li
> Fix For: 2.1.0.
>
> Attachments: AMBARI-12107.patch
>
>
> I have a 3 node cluster, node1, node2, and node3.
> 1. I enabled RM HA, where the node1 and node 2 are the RM active and standby
> nodes respectively.
> 2. I then moved RM from node 1 to node 3 via the "Move ResourceManager" menu
> item on the UI. The move finished successfully.
> 3. I noticed yarn.resourcemanager.hostname.rm1 was changed from node1 to
> node3 correctly. yarn.resourcemanager.webapp.address.rm1 however still had
> value "node1:8088", yarn.resourcemanager.webapp.https.address.rm1 still had
> value "node1:8090"
> It seems to me that
> ambari-web\app\controllers\main\service\reassign\step4_controller.js only
> updates yarn.resourcemanager.hostname.rm1(2) when moving the RM. It should
> also update the web app http and https values.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)