[
https://issues.apache.org/jira/browse/ATLAS-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15940972#comment-15940972
]
Apoorv Naik commented on ATLAS-1674:
------------------------------------
Not an issue as storm_node is not an ownedRef so the nodes will not be treated
as referred entities.
> Values are not getting set while updating node attribute of storm_topology
> entity.
> ----------------------------------------------------------------------------------
>
> Key: ATLAS-1674
> URL: https://issues.apache.org/jira/browse/ATLAS-1674
> Project: Atlas
> Issue Type: Bug
> Affects Versions: 0.9-incubating
> Reporter: Kalyani Kashikar
> Assignee: Apoorv Naik
> Fix For: 0.9-incubating
>
>
> Steps to reproduces :
> # Click on create entity button .
> # Select storm_topology from list of entities
> # Add all required values and click on create button.
> # Go to that newly created entity and click on update button.
> # Node values are not getting set. because entity get api returns with empty
> *referredEntities* list.
> I tried to create entity using hook and UI in both the case referredEntities
> is empty.
> http://172.22.98.136:21000/index.html#!/detailPage/9f7fe22b-6414-4362-8e76-d1997f9e2bf9
> Created Using storm Hook.
> Respnse:
> {code}
> { "referredEntities": {}, "entity": { "typeName": "storm_topology",
> "attributes": { "owner": "storm", "outputs": null, "nodes": [{ "guid":
> "e8b9abf1-bac3-4f50-907b-973f0e560745", "typeName": "storm_spout" }, {
> "guid": "3aed9509-bd57-4718-ac54-aeb54235db27", "typeName": "storm_bolt" }, {
> "guid": "5f5df4c6-d86a-4b1a-b35e-a596b3c5965a", "typeName": "storm_bolt" }, {
> "guid": "b62aeb5c-270f-44d5-a401-a0ddf99e044b", "typeName": "storm_bolt" }, {
> "guid": "cdae010c-58d5-42fe-b9f4-5d344a779eed", "typeName": "storm_spout" }],
> "qualifiedName": "test_storm_topo1", "inputs": null, "clusterName":
> "AtlasHA", "name": "test_storm_topo1", "description": null, "startTime":
> 1490079448289, "conf": null, "id": "test_storm_topo1-2-1490079443",
> "endTime": 0 }, "guid": "9f7fe22b-6414-4362-8e76-d1997f9e2bf9", "status":
> "ACTIVE", "createdBy": "storm", "updatedBy": "storm", "createTime":
> 1490079450722, "updateTime": 1490079450722, "version": 0, "classifications":
> [] } }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)