-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73606/
-----------------------------------------------------------
Review request for atlas, Jayendra Parab, Mandar Ambawane, Nikhil Bonte, Nixon
Rodrigues, and Sarath Subramanian.
Bugs: ATLAS-4358
https://issues.apache.org/jira/browse/ATLAS-4358
Repository: atlas
Description
-------
**Problem**
During start-up in HA mode, the _AtlasPatchManager_ tries to read the patch
data while another instanace of Atlas is trying to create the indexes.
This causes indexes not to be created correctly. When this happens, the patch
registry ends up doing a a full database scan. With sizable data, this can
result in long startup times. This is detremental for setup that use
containerized cluster setup.
**Approach**
Initialize the _PatchContext_ in the _applyAll_ method.
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/patches/AtlasPatchManager.java
e2a38ab52
Diff: https://reviews.apache.org/r/73606/diff/1/
Testing
-------
**PC Build**
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/864/
Thanks,
Ashutosh Mestry