Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6
-
None
-
None
Description
No owned-by edge create for the cluster entity
The edges and vertices crated are as follows:
{ "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 }