-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72512/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-3797
https://issues.apache.org/jira/browse/ATLAS-3797
Repository: atlas
Description
-------
**Approach**
Modified: _GraphHelper.getOrCreateEdge_ to use
_AtlasJanusGraph.getEdgeBetweenVertices_.
Modified: _AtlasJanusGraph.getEdgeBetweenVertices_ modified fetch.
Diffs
-----
graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraph.java
35274c9d1
repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java
b1368e5e9
Diff: https://reviews.apache.org/r/72512/diff/1/
Testing
-------
**Pre-commit**
https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/1896/
**Volume test**
Case edge creation involves existing entity where large number of existing
edges (200K), this change shows significant improvement.
Thanks,
Ashutosh Mestry