Antonenko Alexander created AMBARI-12576:
--------------------------------------------
Summary: 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
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)