This is an automated email from the ASF dual-hosted git repository. edcoleman pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from a198c1fbc4 Merge remote-tracking branch 'upstream/main' into elasticity add 2ce89e0ec4 uses specific logger for compaction coordinator status update (#4489) add acaa6dc46c lowers logging level for first seen dead compaction (#4490) add 61ca7d8070 Handles RPC errors when requesting tablet unload (#4497) add 8da73ce467 Merge branch '2.1' add c488f788ad scan server metrics from #4458 based on #4459 (#4461) add 96b86a5f62 Update scan server metrics for file reservations (#4522) add 46ed92329c Merge remote-tracking branch 'upstream/2.1' add 1584ea83a1 Add the host:port information to the monitor service lock (#4517) add 279cd598bc Merge remote-tracking branch 'upstream/2.1' add fbcd746470 bump bouncy castle version from 1.77 to 1.78.1 (#4526) add 7f58fc03b2 Merge remote-tracking branch 'upstream/2.1' new 82b80d0d62 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 | 108 +++++++++++---------- pom.xml | 2 +- .../accumulo/manager/TabletGroupWatcher.java | 18 ++-- .../java/org/apache/accumulo/monitor/Monitor.java | 6 +- .../org/apache/accumulo/tserver/ScanServer.java | 53 ++++++++-- .../apache/accumulo/tserver/ScanServerMetrics.java | 59 +++++++++++ .../accumulo/tserver/ThriftScanClientHandler.java | 4 +- .../tserver/metrics/TabletServerScanMetrics.java | 20 ++-- .../apache/accumulo/tserver/ScanServerTest.java | 9 ++ .../apache/accumulo/test/metrics/MetricsIT.java | 8 +- 10 files changed, 204 insertions(+), 83 deletions(-) create mode 100644 server/tserver/src/main/java/org/apache/accumulo/tserver/ScanServerMetrics.java