----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71304/#review217252 -----------------------------------------------------------
- Ashutosh Mestry On Aug. 17, 2019, 12:47 a.m., Sarath Subramanian wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/71304/ > ----------------------------------------------------------- > > (Updated Aug. 17, 2019, 12:47 a.m.) > > > 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. > > Precommit: > https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/1369/console > > > Thanks, > > Sarath Subramanian > >