This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 53e47c13bd Send error back from TabletManagementIterator on invalid metadata (#5668) add bab03236bf avoids reassignment of hosted tablet during shutdown (#5751) add 27bbe6a1e7 Merges admin signalShutdown into admin stop command (#5745) new 43fbd86142 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: .../accumulo/server/manager/LiveTServerSet.java | 19 ---- .../org/apache/accumulo/server/util/Admin.java | 85 +++++++++++++---- .../org/apache/accumulo/server/util/ZooZap.java | 46 +++++++--- .../java/org/apache/accumulo/manager/Manager.java | 9 +- .../manager/ManagerClientServiceHandler.java | 13 ++- .../manager/tableOps/ShutdownTServerTest.java | 6 +- .../org/apache/accumulo/tserver/TabletServer.java | 102 +++++++-------------- .../test/functional/GracefulShutdownIT.java | 10 +- 8 files changed, 157 insertions(+), 133 deletions(-)