[
https://issues.apache.org/jira/browse/AMBARI-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983157#comment-14983157
]
Hudson commented on AMBARI-13612:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3745 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3745/])
AMBARI-13612. Add RM and ATS Proxy Urls to Ambari Tez (DIPAYAN BHOWMICK
(sgunturi:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=dd8bdd2748b6ae276752b3601b64a5f36dade466])
* contrib/views/tez/src/main/java/org/apache/ambari/view/tez/ViewController.java
* contrib/views/tez/src/main/resources/view.xml
*
contrib/views/tez/src/main/java/org/apache/ambari/view/tez/rest/AtsProxyResource.java
*
contrib/views/tez/src/main/java/org/apache/ambari/view/tez/ViewControllerImpl.java
*
contrib/views/tez/src/main/java/org/apache/ambari/view/tez/utils/ProxyHelper.java
*
contrib/views/tez/src/main/java/org/apache/ambari/view/tez/rest/RMProxyResource.java
*
contrib/views/tez/src/main/java/org/apache/ambari/view/tez/exceptions/ProxyException.java
*
contrib/views/tez/src/main/java/org/apache/ambari/view/tez/rest/BaseProxyResource.java
> Add RM and ATS Proxy Urls to Ambari Tez
> ---------------------------------------
>
> Key: AMBARI-13612
> URL: https://issues.apache.org/jira/browse/AMBARI-13612
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Reporter: DIPAYAN BHOWMICK
> Assignee: DIPAYAN BHOWMICK
> Fix For: 2.1.3
>
> Attachments: AMBARI-13612_branch-2.1.patch
>
>
> Everytime the active went down and the standby is becoming active, the app
> details page in Tez shows a blank page. A refresh fixes the issue but it is
> likely due to the status call throwing an error.
> This happens because, Tez view caches the RM and ATS Url in the frontend and
> uses it for querying the rest of the time. So, when the active RM changes,
> the call still hits the standby/killed RM and hence the UI fails.
> As for the solution, the Tez view will not cache the Urls rather query the
> proxy url to talk to RM and ATS and the ATS/RM Url will be fetched every time
> from within the proxy.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)