This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from ef34a4890a Merge remote-tracking branch 'upstream/main' into elasticity add 0a0d519912 adds new metrics for cache evictions (#4549) add 861d28b64b improves suspension IT (#4550) new cdaac866da Merge remote-tracking branch 'upstream/main' into elasticity The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/accumulo/core/client/rfile/RFileScanner.java | 5 +++++ .../accumulo/core/file/blockfile/cache/lru/LruBlockCache.java | 5 +++++ .../core/file/blockfile/cache/tinylfu/TinyLfuBlockCache.java | 5 +++++ .../java/org/apache/accumulo/core/metrics/MetricsProducer.java | 4 ++++ .../main/java/org/apache/accumulo/core/spi/cache/BlockCache.java | 7 +++++++ .../main/java/org/apache/accumulo/tserver/BlockCacheMetrics.java | 8 ++++++++ .../java/org/apache/accumulo/test/manager/SuspendedTabletsIT.java | 3 +++ 7 files changed, 37 insertions(+)