-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71304/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry and Madhan Neethiraj.
Bugs: ATLAS-3377
https://issues.apache.org/jira/browse/ATLAS-3377
Repository: atlas
Description
-------
AtlasPatchRegistry is used to load all typedef and java patches during atlas
bootstrap time and it used index query to check solr for all patches loaded,
there might be cases where documents will not be indexed in solr or solr
failures. It is reliable to use graph query.
Update AtlasPatchRegistry to use graph query instead of index query
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/patches/AtlasPatchRegistry.java
80c220178
Diff: https://reviews.apache.org/r/71304/diff/1/
Testing
-------
Manually validated atlas patch registry uses graph query.
Thanks,
Sarath Subramanian