Srimanth Gunturi created AMBARI-4060:
----------------------------------------
Summary: HDFS/JournalNodes relations in EmberData
Key: AMBARI-4060
URL: https://issues.apache.org/jira/browse/AMBARI-4060
Project: Ambari
Issue Type: Bug
Components: client
Affects Versions: 1.4.3
Reporter: Srimanth Gunturi
Assignee: Srimanth Gunturi
Fix For: 1.4.3
Attachments: AMBARI-4060.patch
After enabling HA go to hosts page.
All host have "Restart" marker (JournalNode should be restarted in the each
host).
Go to Services page.
HDFS service doesn't have Restart marker.
Expect:
HDFS also should have it.
------------------------------------------------------------
{{App.HostComponent.find().filterProperty('service.displayName',
'HDFS').mapProperty('componentName')}} return {{["HDFS_CLIENT", "JOURNALNODE",
"NAMENODE", "HDFS_CLIENT", "JOURNALNODE", "NAMENODE", "DATANODE",
"HDFS_CLIENT", "JOURNALNODE"]}}
{{App.HostComponent.find().filterProperty('service.displayName',
'HDFS').mapProperty('service.displayName')}} returns
{{["HDFS", "HDFS", "HDFS", "HDFS", "HDFS", "HDFS", "HDFS", "HDFS", "HDFS"]}}
But
{{App.HDFSService.find().objectAt(0).get('hostComponents').mapProperty('displayName')}}
returns only {{["DataNode", "HDFS Client", "HDFS Client", "HDFS Client",
"NameNode", "NameNode"]}}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)