This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 79337889f7 ensure only single location is set in conditional location check (#4620) add 21f04a6778 Added ScanServerShutdownIT to confirm refs deleted on shutdown (#4615) add ca80d7cb46 Merge branch '2.1' new 4575c2f655 Merge branch '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: .../org/apache/accumulo/tserver/ScanServer.java | 2 +- .../apache/accumulo/test/ScanServerShutdownIT.java | 139 +++++++++++++++++++++ .../accumulo/test/SelfStoppingScanServer.java | 59 +++++++++ 3 files changed, 199 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