-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64696/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-2316
https://issues.apache.org/jira/browse/ATLAS-2316
Repository: atlas
Description
-------
While processing entity-update notifications and entity-update APIs, Atlas
server is updated to skip entities whose state in the store is same as the
incoming entity-state. In addition to avoid spurious audit logs, this
enhancemen will also avoid Atlas from generating unnecessary notifications (to
Ranger).
Diffs
-----
intg/src/main/java/org/apache/atlas/model/instance/EntityMutationResponse.java
97c9084d
intg/src/main/java/org/apache/atlas/utils/AtlasEntityUtil.java PRE-CREATION
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityStoreV1.java
b0f9845d
Diff: https://reviews.apache.org/r/64696/diff/1/
Testing
-------
- verified that unit tests pass successfully
- verified that Atlas server skips generation of uncessary audit logs and
notifications
Thanks,
Madhan Neethiraj