This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
from d6eb1df8ee Add metrics for entries read and written during compactions (#4572) add 21f04a6778 Added ScanServerShutdownIT to confirm refs deleted on shutdown (#4615) No new revisions were added by this update. Summary of changes: .../apache/accumulo/cluster/ClusterControl.java | 11 ++ .../standalone/StandaloneClusterControl.java | 8 ++ .../MiniAccumuloClusterControl.java | 12 ++ .../org/apache/accumulo/tserver/ScanServer.java | 2 +- .../apache/accumulo/test/ScanServerShutdownIT.java | 138 +++++++++++++++++++++ .../accumulo/test/SelfStoppingScanServer.java | 58 +++++++++ 6 files changed, 228 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