Sowmya Ramesh created FALCON-1101: ------------------------------------- Summary: Cluster submission in falcon does not create an owned-by edge Key: FALCON-1101 URL: https://issues.apache.org/jira/browse/FALCON-1101 Project: Falcon Issue Type: Bug Affects Versions: 0.6 Reporter: Sowmya Ramesh Assignee: Sowmya Ramesh Fix For: 0.6.1
No owned-by edge create for the cluster entity The edges and vertices crated are as follows: {noformat} { "results": [ { "timestamp": "2015-01-07T20:40Z", "name": "corp-01e0b060", "type": "cluster-entity", "_id": 4, "_type": "vertex" }, { "timestamp": "2015-01-07T20:40Z", "name": "default", "type": "data-center", "_id": 8, "_type": "vertex" } ], "totalSize": 2 } { "results": [ { "_id": "Q2v-4-4m", "_type": "edge", "_outV": 4, "_inV": 8, "_label": "collocated" } ], "totalSize": 1 } {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)