You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ashutosh Mestry (JIRA)" <ji...@apache.org> on 2017/04/26 17:58:04 UTC

[jira] [Updated] (ATLAS-1724) Exporting a non-existing entity results in success. Ideally, this should result in error.

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

Ashutosh Mestry updated ATLAS-1724:
-----------------------------------
    Attachment: ATLAS-1724.patch

> Exporting a non-existing entity results in success. Ideally, this should result in error.
> -----------------------------------------------------------------------------------------
>
>                 Key: ATLAS-1724
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1724
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 0.8-incubating
>            Reporter: Ayub Pathan
>            Assignee: Ashutosh Mestry
>             Fix For: trunk, 0.9-incubating
>
>         Attachments: ATLAS-1724.patch
>
>
> Exporting a non-existing entity results in success. Ideally, this should result in error.
> {noformat}
> apathan@Ayub-sys-101:~/Documents/ExportAPI/outputs > pj atlas-export-info.json
> {
>     "clientIpAddress": "172.27.23.198",
>     "hostName": "10.42.80.143",
>     "metrics": {
>         "duration": 368
>     },
>     "operationStatus": "SUCCESS",
>     "request": {
>         "itemsToExport": [
>             {
>                 "typeName": "hive_db",
>                 "uniqueAttributes": {
>                     "qualifiedName": "db121@cl1"
>                 }
>             }
>         ]
>     },
>     "timeStamp": 1491635440500,
>     "userName": "admin"
> }
> apathan@Ayub-sys-101:~/Documents/ExportAPI/outputs > pj atlas-typesdef.json
> {
>     "classificationDefs": [],
>     "entityDefs": [],
>     "enumDefs": [],
>     "structDefs": []
> }
> apathan@Ayub-sys-101:~/Documents/ExportAPI/outputs > pj atlas-export-order.json
> []
> apathan@Ayub-sys-101:~/Documents/ExportAPI/outputs >
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)