-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68435/
-----------------------------------------------------------
(Updated Aug. 21, 2018, 12:14 p.m.)
Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, and
Nixon Rodrigues.
Changes
-------
addressed Apoorv's review comments.
Bugs: ATLAS-2830
https://issues.apache.org/jira/browse/ATLAS-2830
Repository: atlas
Description
-------
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.
Diffs (updated)
-----
repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java
78ed74d65
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
7eb32148a
Diff: https://reviews.apache.org/r/68435/diff/4/
Changes: https://reviews.apache.org/r/68435/diff/3-4/
Testing
-------
Precommit:
https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/601/console
Thanks,
Sarath Subramanian