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 e7b5f30519 Added Mini method to stop worker processes in parallel
(#5697)
add 15ca9ea81f Consolidated logic for starting Thrift Server (#5662)
No new revisions were added by this update.
Summary of changes:
.../org/apache/accumulo/server/AbstractServer.java | 64 +++++++++++++++----
.../org/apache/accumulo/compactor/Compactor.java | 30 ++++-----
.../apache/accumulo/gc/SimpleGarbageCollector.java | 30 ++++-----
.../java/org/apache/accumulo/manager/Manager.java | 33 ++++------
.../org/apache/accumulo/tserver/ScanServer.java | 46 +++++---------
.../org/apache/accumulo/tserver/TabletServer.java | 72 ++++++++--------------
.../accumulo/tserver/log/TabletServerLogger.java | 2 +-
.../apache/accumulo/tserver/ScanServerTest.java | 8 ---
8 files changed, 131 insertions(+), 154 deletions(-)