[
https://issues.apache.org/jira/browse/AMBARI-12576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14646323#comment-14646323
]
Hudson commented on AMBARI-12576:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #286 (See
[https://builds.apache.org/job/Ambari-branch-2.1/286/])
AMBARI-12576. UI Ambari Storm service page shows incomplete metrics
(alexantonenko) (hiveww:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8ad64e3431f80a5c036d3d13bffebfc189687125)
* ambari-web/app/controllers/global/update_controller.js
* ambari-web/test/controllers/global/update_controller_test.js
* ambari-web/app/mappers/service_metrics_mapper.js
> UI Ambari Storm service page shows incomplete metrics
> -----------------------------------------------------
>
> Key: AMBARI-12576
> URL: https://issues.apache.org/jira/browse/AMBARI-12576
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.1.0
> Reporter: Antonenko Alexander
> Assignee: Antonenko Alexander
> Priority: Critical
> Fix For: 2.1.1
>
> Attachments: AMBARI-12576.patch
>
>
> API for nimbusUpTime was changed because in HDP 2.3 Storm supports Nimbus HA.
> we added this jmx to STORM_UI_SERVER:
> {code}
> "metrics" : {
> "api" : {
> "v1" : {
> "nimbus" : {
> "summary" : [
> {
> "host" : "c6402.ambari.apache.org",
> "port" : 6627.0,
> "nimbusLogLink" :
> "http://c6402.ambari.apache.org:8000/log?file=nimbus.log",
> "status" : "Leader",
> "version" : "0.10.0.2.3.0.0-2557",
> "nimbusUpTime" : "3d 5h 52m 25s"
> }
> ]
> {code}
> We should change API request for nimbusUpTime (and if Nimbus HA enabled -
> display it for each Nimbus).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)