Sarath Subramanian created ATLAS-3863:
-----------------------------------------
Summary: Avoid re-evaluating tag propagation when deleting
relationship (edge)
Key: ATLAS-3863
URL: https://issues.apache.org/jira/browse/ATLAS-3863
Project: Atlas
Issue Type: Improvement
Components: atlas-core
Affects Versions: 2.0.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
Fix For: 2.1.0
Attachments: image-2020-06-24-12-51-38-941.png
Tag propagation is re-evaluated every time when a relationship (edge) is
deleted.
Removal of propagated classifications is controlled at the assignment time to
an entity:
!image-2020-06-24-12-51-38-941.png|width=716,height=272!
* Remove propagation on entity delete - *TRUE :*
_Propagated classifications (to all downstream entities) will be removed when
the source entity where the classification is originally assigned is deleted._
* Remove propagation on entity delete - *FALSE :*
_Propagated classifications (to all downstream entities) will *not*
be removed when the source entity where the classification is
originally assigned is deleted._
There is no need to revaluate tag propagation during relationship deletion
since removal of tag propagation depends on the above config.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)