You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sarath Subramanian (Jira)" <ji...@apache.org> on 2021/05/11 04:35:00 UTC

[jira] [Updated] (ATLAS-4278) Deferred Actions : Deleting a tag after disassociating it from a table which propagated fails

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

Sarath Subramanian updated ATLAS-4278:
--------------------------------------
    Labels: deferred-actions  (was: )

> Deferred Actions : Deleting a tag after disassociating it from a table which propagated fails
> ---------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4278
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4278
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 2.1.0
>            Reporter: Jayendra Parab
>            Assignee: Jayendra Parab
>            Priority: Major
>              Labels: deferred-actions
>
> # Create a lineage : table1 ---> process1 ----> table2
>  # Add tag tag1 to table1.
>  # Wait for task to complete,  it propagates to table2
>  # Disassociate tag from table1
>  # Wait for task to complete , it is removed from all tables and process.
>  # Attempt to delete the tag.
>  # Tag deletion fails with `tag1` has references , though the tag is not associated to any entity.
> If the tag was added to entity without propagate flag set to False , and then disassociated and deleted , it is deleted successfully.
> This issue is seen only with deferred actions enabled.



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