-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68514/
-----------------------------------------------------------
Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.
Bugs: ATLAS-2840
https://issues.apache.org/jira/browse/ATLAS-2840
Repository: atlas
Description
-------
In the following lineage :
table1 ------> process1 ----- > table2 ----> process2 ----> table3
1.Add tag to table1 (default 'false' value set for
removePropagationsOnEntityDelete )
2. Drop table2.
3. Now tag is removed from table2 and not any more propagated to table3.
In little older builds , table2 is just marked DELETED but tag is still
associated to table2 and propagated to table3.
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java
7885da377
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
5a2d766dc
Diff: https://reviews.apache.org/r/68514/diff/1/
Testing
-------
Precommit:
https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/619/console
Validated Term-entity dissasociation that propagated tags are removed.
Thanks,
Sarath Subramanian