commit | 62662f875891c2abc979155863269bae84e059c1 | [log] [tgz] |
---|---|---|
author | Marcin Czech <maczech@gmail.com> | Thu Oct 08 18:36:46 2020 +0200 |
committer | Marcin Czech <maczech@gmail.com> | Thu Oct 08 22:10:28 2020 +0200 |
tree | 52412faaab9aa7e9ad12a8bdd44634d462bfe686 | |
parent | e0d6b225c77fada30952be693c62d9b574a59b0c [diff] |
Fix tests flakiness and adopt code to Java 11 Feature: Issue 13487 Change-Id: I2b0b6864f2fbdf4b5949d887a9800b30d19698ef
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.