-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/75225/
-----------------------------------------------------------
Review request for atlas, Jayendra Parab, Radhika Kundam, and Sarath
Subramanian.
Bugs: ATLAS-4908
https://issues.apache.org/jira/browse/ATLAS-4908
Repository: atlas
Description
-------
**Scenario:**
Suppose Atlas has many pending task in the background
If we disable atlas.tasks.enable=false, i.e disable deferred action, then we
can loose all the pending tasks related to classifications add or delete.
Plan was to create a patch to run all the pending tasks, but if the pending
task are large in number, then it can take much time for Atlas startup.
**Use cases:**
CLASSIFICATION_PROPAGATION_ADD
Classification applied on parent has been removed
New attribute has been added in Classification which is applied on parent
classification has been removed, applied again applied
Entity has been soft deleted with remove propagated tags as 'false'
Entity has been soft deleted with remove propagated tags as 'true'
CLASSIFICATION_PROPAGATION_DELETE
Same classification applied on the parent
Same classification applied on the parent and then removed
Entity has been soft deleted
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
6828d0c2f
Diff: https://reviews.apache.org/r/75225/diff/1/
Testing
-------
Tested manually
Thanks,
Pinal Shah