This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 627ed85555 Use NanoTime object for rate limiting in FileCompactor stats update add 21f04a6778 Added ScanServerShutdownIT to confirm refs deleted on shutdown (#4615) new ca80d7cb46 Merge branch '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: .../apache/accumulo/cluster/ClusterControl.java | 11 ++ .../standalone/StandaloneClusterControl.java | 8 ++ .../MiniAccumuloClusterControl.java | 14 +++ .../org/apache/accumulo/tserver/ScanServer.java | 2 +- .../apache/accumulo/test/ScanServerShutdownIT.java | 138 +++++++++++++++++++++ .../accumulo/test/SelfStoppingScanServer.java | 59 +++++++++ 6 files changed, 231 insertions(+), 1 deletion(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/ScanServerShutdownIT.java create mode 100644 test/src/main/java/org/apache/accumulo/test/SelfStoppingScanServer.java