[
https://issues.apache.org/jira/browse/AMBARI-12107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617906#comment-14617906
]
Hudson commented on AMBARI-12107:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3070 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3070/])
AMBARI-12107. Moving RM on a RM HA enabled cluster does not update the
yarn.resourcemanager.webapp.address and
yarn.resourcemanager.webapp.https.address. (Di Li via Jaimin) (jaimin:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=978fd351293f7d61184095fedffc9169afc34de7)
* ambari-web/test/controllers/main/service/reassign/step4_controller_test.js
* ambari-web/app/controllers/main/service/reassign/step4_controller.js
> 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
> Priority: Critical
> 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)