commit | a372e8d301ff3f028403def327228e8f48ec5709 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jul 22 01:30:38 2021 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jul 22 01:30:38 2021 +0100 |
tree | 6b5bd034f282ddefa93a3aa18d9f15c143ede453 | |
parent | 3fb524e46a6359dea02680a622c67e7310fd8fad [diff] | |
parent | 23941d398dbc2d5411990b3205c821dfc9950196 [diff] |
Merge branch 'stable-3.3' into stable-3.4 * stable-3.3: Use existing pre-configured cache config for H2 migration Allow migrating H2 to ChronicleMap from non-admin Remove unused fields and imports Add serialVersionUID in inner anonymous class Fix references to put method in JavaDoc Suppress unchecked, cast and rawtypes warnings Remove unused variable and method in test Assert return value when creating project in test Remove unneeded else condition Remove duplicate fields exposed by AbstractDaemonTest Change-Id: Ibe25be7ffe2976fdadd08f4cd38a9b52e442aa0b
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.