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 8b8a49f573 Fixes GC WAL bug (#4196) add 12919d094b LogSorter was creating a ThreadPool and not using it (#4238) add 171fdcd7f5 Merge branch '2.1' new 47b54a6bcf 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: .../java/org/apache/accumulo/core/Constants.java | 2 - .../org/apache/accumulo/core/conf/Property.java | 4 -- .../accumulo/core/util/threads/ThreadPools.java | 3 - .../MiniAccumuloClusterClasspathTest.java | 2 +- .../minicluster/MiniAccumuloClusterTest.java | 4 +- .../accumulo/tserver/BulkFailedCopyProcessor.java | 81 ---------------------- .../org/apache/accumulo/tserver/TabletServer.java | 20 +----- .../org/apache/accumulo/tserver/log/LogSorter.java | 25 ++++--- 8 files changed, 16 insertions(+), 125 deletions(-) delete mode 100644 server/tserver/src/main/java/org/apache/accumulo/tserver/BulkFailedCopyProcessor.java