[ 
https://issues.apache.org/jira/browse/FALCON-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sowmya Ramesh updated FALCON-1101:
----------------------------------
    Attachment: FALCON-1101.v0.patch

Patch has the fix, also fixed the warnings in MetadataMappingServiceTest. 
Current implementation of tests are dependent on each other and any 
modification to one test impacts others. Fixed it to be independent of other 
tests.

> 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
>
>         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)

Reply via email to