commit | 1cd250944e43b860e52d5d6e3231c622bea1d914 | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Tue Mar 02 17:26:06 2021 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Tue Mar 02 17:26:06 2021 +0100 |
tree | e321bf45216b3b6ae77b55b48e2ab872da1ab175 | |
parent | 5d75167ae1c06c940159f88a89700133d04a838d [diff] | |
parent | c030839ad3db71b91055119ad13a15c58f19a435 [diff] |
Merge branch 'stable-3.3' into master * stable-3.3: Move migration command over HTTP Separate H2 command operations from SSH Fix 'invalid metric name' error Fix NPE thrown by LRU Cache Change-Id: Ic562124d11ffbb2d60003bc66774acbcf4ab99d7
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.