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 2018/08/21 07:54:00 UTC

[jira] [Created] (ATLAS-2830) Tag Propagation,Entity Delete : Classification update notification not sent to entities down the lineage present after the deleted entity.

Sarath Subramanian created ATLAS-2830:
-----------------------------------------

             Summary: Tag Propagation,Entity Delete : Classification update notification not sent to entities down the lineage present after the deleted entity.
                 Key: ATLAS-2830
                 URL: https://issues.apache.org/jira/browse/ATLAS-2830
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: 1.0.0
            Reporter: Sarath Subramanian
            Assignee: Sarath Subramanian
             Fix For: 1.1.0


1. Create a lineage like the following :

table1 -----> table2 ----> table3 -----> table4 ----> table5

2. Add tag1 to table1 ( with default false value for removePropagationsOnEntityDelete , propagate to True)
3. drop table3
4. Edit some tag attributes of tag1 associated to table1.
5. In Atlas , the tag1 attributes are updated down the lineage till table5.
6. But , CLASSIFICATION_UPDATE notification is sent to ATLAS_ENTITIES only till table3. No notification is sent for table4 and table5.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)