[
https://issues.apache.org/jira/browse/FALCON-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582868#comment-14582868
]
Srikanth Sundarrajan commented on FALCON-1101:
----------------------------------------------
+1 for the patch and ++1 for the exhaustiveness of the tests added.
> 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.7
>
> Attachments: FALCON-1101.v0.patch
>
>
> 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)