This is an automated email from the ASF dual-hosted git repository. domgarguilo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 510cfda7b6 Merge remote-tracking branch 'upstream/2.1' add d6eb1df8ee Add metrics for entries read and written during compactions (#4572) new 23d0ad752b Merge remote-tracking branch 'upstream/2.1' new 627ed85555 Use NanoTime object for rate limiting in FileCompactor stats update The 2 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 | 19 ++++ .../compaction/ExternalCompactionProgressIT.java | 126 ++++++++++++++++++++- 5 files changed, 242 insertions(+), 20 deletions(-)