commit | 9c2e0df06ce752941742ca404ba16bfb5805bb2e | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sat Mar 05 11:20:57 2022 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Sat Mar 05 11:27:01 2022 +0000 |
tree | ee93743e3e5bb9f270e47d02019d5810503dee7f | |
parent | c086a2eac1aca72f13480209fef98fe18d7ef03c [diff] | |
parent | 7ad640fd7a816357644dddbce8438449c99b4b1b [diff] |
Merge branch 'stable-3.5' * stable-3.5: Fix Flogger formatting of exception in AutoAdjustCachesCommand Remove LoadingCache casts Postpone call to get() when loading from the in-memory cache Extract ChronicleMapStoreMetrics to its own class file Ignore the BytesStore raw type Emit metric to track number of put failures Move tryPut to ChronicleMapStore Move store related metrics to ChronicleMapStore Introduce ChronicleMapStore Remove redundant store parameter from ChronicleMapCacheImpl Do not throw when failing to store into chronicle-map Expose max auto resizes metric Allow to specify number of entries in auto-adjust-caches Fix link to auto-adjust caches in tuning docs Add acceptance test for REST auto-tuning for single cache Allow to restrict the caches to auto-tune Increase the memory used in acceptance tests build.md: Use correct path for external_plugin_deps.bzl Change-Id: Ia7e9afa521ea430a3647af5243cd4b3c319ec595
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.