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 2019/07/31 20:04:00 UTC

[jira] [Updated] (ATLAS-3354) Export Service: ChangeMarker Does not Change

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

Ashutosh Mestry updated ATLAS-3354:
-----------------------------------
    Attachment: AtlasTypeDefStoreInitializer-RequestContext-Clearnin.patch

> Export Service: ChangeMarker Does not Change
> --------------------------------------------
>
>                 Key: ATLAS-3354
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3354
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 2.0.0, trunk
>            Reporter: Ashutosh Mestry
>            Assignee: Ashutosh Mestry
>            Priority: Major
>             Fix For: trunk, 2.1.0
>
>         Attachments: AtlasTypeDefStoreInitializer-RequestContext-Clearnin.patch
>
>
> *Background*
> Every export request ends with emitting a _changeMarker_ that can be used for future export requests. This is used as parameter for incremental exports.
> *Steps to Duplicate*
> - Perform an export for a database.
>  
> {code:java}
> { "itemsToExport": [{ "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "stocks.daily@cm" } }], "options": { "fetchType": "full" } }
> {code}
>  
>  * Note the value of _changeMarker._
>  * Perform export.
>  * Note the value of _changeMarker_.
> _Expected result:_ The value of _changeMarker_ should change for every request.
> _Actual result:_ The value of _changeMarker_ remains the same.
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)