commit | c030839ad3db71b91055119ad13a15c58f19a435 | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Thu Feb 25 15:16:04 2021 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Tue Mar 02 16:32:05 2021 +0100 |
tree | c34985be6f101ac3e16037c37fbe10c04356503e | |
parent | 23d5be136d1912a8be7744d14d58bd7420020413 [diff] |
Move migration command over HTTP Some caches are bound only by the HTTP injector, so in order to migrate all persistent caches, the migration command needs to run over HTTP to have visibility on all caches. Crucially, this allows to migrate web_sessions too, which is only available over HTTP. Bug: Issue 14086 Change-Id: I92942cc35b60a37921a3704176a65bace8d25018
Non-blocking and super-fast on-disk cache libModule for Gerrit Code Review based on ChronicleMap on-disk implementation.
This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the build instructions for more details.
Install the chronicle-map module into the $GERRIT_SITE/lib
directory.
Add the cache-chroniclemap module to $GERRIT_SITE/etc/gerrit.config
as follows:
[gerrit] installModule = com.googlesource.gerrit.modules.cache.chroniclemap.ChronicleMapCacheModule
For further information and supported options, refer to config documentation.
You can check how to migrate from H2 to chronicle-map here.