This is an automated email from the ASF dual-hosted git repository. domgarguilo pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 3fcab5e18a adds unit test for compaction commit and fixes bug found (#4616) add d6eb1df8ee Add metrics for entries read and written during compactions (#4572) add 23d0ad752b Merge remote-tracking branch 'upstream/2.1' add 627ed85555 Use NanoTime object for rate limiting in FileCompactor stats update new 32bbcbf351 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: .../accumulo/core/metrics/MetricsProducer.java | 2 + .../accumulo/server/compaction/FileCompactor.java | 88 +++++++++++++-- .../org/apache/accumulo/compactor/Compactor.java | 27 ++++- .../tserver/metrics/TabletServerMetrics.java | 24 ++++ .../compaction/ExternalCompactionProgressIT.java | 123 ++++++++++++++++++++- 5 files changed, 244 insertions(+), 20 deletions(-)