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:00:03 UTC

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

Ashutosh Mestry created ATLAS-3354:
--------------------------------------

             Summary: 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
             Fix For: trunk, 2.1.0


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