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 2020/03/03 21:59:00 UTC

[jira] [Created] (ATLAS-3649) Import Service: Table-level Imports: Deleting Tables Differing By Requests Fails

Ashutosh Mestry created ATLAS-3649:
--------------------------------------

             Summary: Import Service: Table-level Imports: Deleting Tables Differing By Requests Fails
                 Key: ATLAS-3649
                 URL: https://issues.apache.org/jira/browse/ATLAS-3649
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: 2.0.0, trunk
            Reporter: Ashutosh Mestry
            Assignee: Nikhil Bonte


*Background*

Import service supported table-level replication. In a case where the tables to be replicated differ, then the already replicated tables are deleted, this helps the replicating cluster stay in sync. 

The mechanism used to detect differing tables uses basic search query with certain parameters. Recent change has caused those parameters not to return correct result.

*Steps to duplicate*

Use the unit test _TableReplicationRequestProcessorTest.importWithIsReplTrue++_.

*Solution*

Use new parameters in basic search to address the problem.

 



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