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 113e495dbf Merge branch '2.1' add 12919d094b LogSorter was creating a ThreadPool and not using it (#4238) new 171fdcd7f5 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: .../java/org/apache/accumulo/core/Constants.java | 2 - .../org/apache/accumulo/core/conf/Property.java | 4 +- .../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 ++++--- 7 files changed, 19 insertions(+), 119 deletions(-) delete mode 100644 server/tserver/src/main/java/org/apache/accumulo/tserver/BulkFailedCopyProcessor.java