commit | 05c97be65af2ff87a3fa9dea5c82b39eafd74e2f | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Wed Nov 17 16:15:05 2021 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Wed Nov 17 16:15:05 2021 +0100 |
tree | f7a33731b1bddeba89382bc26b4d0e3e35c5b8e3 | |
parent | 04ee7e7b414d483428fc300f772149849601a0cc [diff] | |
parent | 6a90f9fd5f2f620affcd9116cd148fcfd5fffcf6 [diff] |
Merge branch 'stable-3.3' into stable-3.4 * stable-3.3: Front CacheChronicleMap with a Guava cache Change-Id: I571a7c16560c8b34a6075aaad94e8c19662e6f22
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.