commit | 527a48e2bab850bc7f9d810794dfa5f5a0871a8d | [log] [tgz] |
---|---|---|
author | Jacek Centkowski <geminica.programs@gmail.com> | Fri Oct 27 08:37:16 2023 +0200 |
committer | Jacek Centkowski <geminica.programs@gmail.com> | Fri Oct 27 08:37:16 2023 +0200 |
tree | 97c75d9c7e78b16a3bba2cf08b23004d625c7a3c | |
parent | 69bceaa2006913e6b371f77a440c14b0c6c2bd57 [diff] | |
parent | 6341d1f294cc69016911d5bb350321d54d449ed8 [diff] |
Merge branch 'stable-3.7' * stable-3.7: Rename ChronicleMapCacheTest to ChronicleMapCacheExtendedIT Split cache-chroniclemap ITs into a separate build targets Adjust cache-chroniclemap to new metric sanitization scheme Change-Id: If6c600e49ce9d8e08365bc0aa143623a8fd1a033
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.