-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67796/
-----------------------------------------------------------
Review request for atlas, Apoorv Naik, Ashutosh Mestry, Mehul Parikh, Nixon
Rodrigues, and Sarath Subramanian.
Bugs: ATLAS-2770
https://issues.apache.org/jira/browse/ATLAS-2770
Repository: atlas
Description
-------
While processing entity-changes, AtlasEntityChangeNotifier attempts to retreive
entity details from entity's guid. This call fails for delete operations when
Atlas is configured for hard-delete, as the vertex is already deleted.
Updated the change notifier to avoid entity-retreival for delete operations.
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityChangeNotifier.java
7ed99a419
Diff: https://reviews.apache.org/r/67796/diff/1/
Testing
-------
Verified that Atlas, configured for hard-delete, processes entity-deletes
successfully.
Thanks,
Madhan Neethiraj