[
https://issues.apache.org/jira/browse/ATLAS-4848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951667#comment-17951667
]
ASF subversion and git services commented on ATLAS-4848:
--------------------------------------------------------
Commit a410f40ecd070317b0cabe4bcbfb282c6df44a66 in atlas's branch
refs/heads/master from sheetalshah1007
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=a410f40ec ]
ATLAS-4848: Atlas 'updateTime' parameter is not updated when term is added
(#348)
Co-authored-by: Sheetal Shah <[email protected]>
> Atlas 'updateTime' parameter is not updated when term is added.
> ---------------------------------------------------------------
>
> Key: ATLAS-4848
> URL: https://issues.apache.org/jira/browse/ATLAS-4848
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Reporter: Priyanshi Shah
> Assignee: Sheetal Shah
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> *Steps to reproduce:*
> 1. Create hive_table testhive1 and perform incremental export for the same
> with changeMarker 0.
> 2. Now, before 2nd run create and assign term t1 to testhive1 and perform
> incremental export with changeMarker that we got after 1st run.
> 3. Result is export works but the term assigned to the hive_table entity
> didn't got exported.
> *Problem:*
> When term was getting assigned to hive_table entity, it did not updated the
> value of 'updateTime' attribute of that entity and hence,during 2nd run with
> incremental export it didn't exported the term as for incremental export we
> fetch data according to the changeMarker provided.
> *Fix:*
> Attribute 'updateTime' value gets updated after the term is assigned to an
> entity.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)