-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73917/
-----------------------------------------------------------

Review request for atlas, Ashutosh Mestry, Jayendra Parab, Madhan Neethiraj, 
Pinal Shah, Radhika Kundam, Sarath Subramanian, and Sidharth Mishra.


Bugs: ATLAS-4572
    https://issues.apache.org/jira/browse/ATLAS-4572


Repository: atlas


Description
-------

Earlier the process for soft deleting relationships involved unnecessary 
invocation of delete methods on already deleted Relationship edges.

This would consume a lot of time on an entity which has a long list of soft 
deleted relationships.

This changes implements a check on relationship edges, identifying already 
deleted relationship edges and avoiding invocation of delete method on them.

Thus only allowing deletion of active relationship edges.


Diffs
-----

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
 f118ae69a 


Diff: https://reviews.apache.org/r/73917/diff/1/


Testing
-------

PreCommit: 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1065/


Thanks,

Mandar Ambawane

Reply via email to