[
https://issues.apache.org/jira/browse/FALCON-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388151#comment-14388151
]
Ajay Yadava edited comment on FALCON-1101 at 3/31/15 7:06 AM:
--------------------------------------------------------------
[~sowmyaramesh] Sorry I am moving it out of scope of 0.6.1 as we want to cut a
branch ASAP
was (Author: ajayyadava):
[~sowmyaramesh] Sorry I am moving it out of scope of 0.6.1 as want to cut a
branch ASAP
> 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)