You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Mandar Ambawane (Jira)" <ji...@apache.org> on 2021/07/27 09:53:00 UTC

[jira] [Updated] (ATLAS-4034) Export operation audit with result count 0 for empty exports is inconsistent

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

Mandar Ambawane updated ATLAS-4034:
-----------------------------------
    Fix Version/s: 2.2.0
                   3.0.0

> Export operation audit with result count 0 for empty exports is inconsistent
> ----------------------------------------------------------------------------
>
>                 Key: ATLAS-4034
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4034
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Dharshana M Krishnamoorthy
>            Assignee: Mandar Ambawane
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0
>
>         Attachments: ATLAS-4034-ATLAS-4041.patch
>
>
> Export operation creates an audit with *count 0* for the following request:
> {code:java}
> {
>  "itemsToExport": [
>  
>  ]
> }
> {code}
> But the following input does not create any audit entry : Please note the *{}* in the *itemsToExport* array
> {code:java}
> {
>  "itemsToExport": [
>    {}
>  ]
> }
>  {code}
> We need to keep the result consistent. Either create entry for the later with result count 0 or do not create an entry for the former



--
This message was sent by Atlassian Jira
(v8.3.4#803005)