Closed crorvick closed 7 years ago
Generating the index offline seems to be unnecessary since Gerrit 2.11.2. I've submitted a pull request with a potential solution.
Pull request #46 resolves the issue of extended startup times and has been merged. Thanks!
You're welcome and thanks for the patch.
The ENTRYPOINT script does a bunch of initialization if run with the default CMD
/gerrit-start.sh
, including re-indexing. This can take a long time so ideally this would only be done on initial setup. It's not clear how to bypass this, though.