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 1e347f8482 updates column visibility to use accumulo access library (#3746) add d2c88db857 Adds back in log message changes from 4689 (#4729) add ffbbca7de6 backport server idle metric to 2.1 (#4716) new 5ab0bd8273 Merge remote-tracking branch 'upstream/2.1' 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: .../org/apache/accumulo/core/conf/Property.java | 3 + .../accumulo/core/metrics/MetricsProducer.java | 18 +-- .../spi/balancer/HostRegexTableLoadBalancer.java | 3 +- .../org/apache/accumulo/server/AbstractServer.java | 27 ++++- .../accumulo/server/metrics/ProcessMetrics.java | 8 ++ .../org/apache/accumulo/compactor/Compactor.java | 19 +-- .../org/apache/accumulo/tserver/ScanServer.java | 2 + .../org/apache/accumulo/tserver/TabletServer.java | 7 +- .../compaction/ExternalCompactionProgressIT.java | 22 +--- .../test/functional/IdleProcessMetricsIT.java | 130 +++++++++++++++++++++ .../apache/accumulo/test/metrics/MetricsIT.java | 2 +- 11 files changed, 201 insertions(+), 40 deletions(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/functional/IdleProcessMetricsIT.java