This is an automated email from the ASF dual-hosted git repository. ddanielr pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 11b1f48f03 Fix property override commands in accumulo-cluster add edf829d419 Change variable reference in log message add b90ca95323 Adds constants for threadPool Names (#4768) new 9ec22b4b03 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: assemble/bin/accumulo-cluster | 2 +- .../accumulo/core/clientImpl/ClientContext.java | 10 ++-- .../core/clientImpl/ConditionalWriterImpl.java | 3 +- .../core/clientImpl/InstanceOperationsImpl.java | 3 +- .../core/clientImpl/TableOperationsImpl.java | 3 +- .../core/clientImpl/TabletServerBatchReader.java | 8 ++- .../core/clientImpl/TabletServerBatchWriter.java | 8 ++- .../accumulo/core/clientImpl/bulk/BulkImport.java | 12 ++-- .../accumulo/core/file/BloomFilterLayer.java | 3 +- .../util/compaction/ExternalCompactionUtil.java | 7 ++- .../core/util/threads/ThreadPoolNames.java | 70 ++++++++++++++++++++++ .../accumulo/core/util/threads/ThreadPools.java | 60 ++++++++++++++----- .../core/file/rfile/MultiThreadedRFileTest.java | 2 +- .../threads/ThreadPoolExecutorBuilderTest.java | 14 ++--- .../conf/store/impl/PropCacheCaffeineImpl.java | 4 +- .../server/conf/store/impl/PropStoreWatcher.java | 2 +- .../accumulo/server/problems/ProblemReports.java | 2 +- .../apache/accumulo/server/rpc/TServerUtils.java | 12 ++-- .../server/util/RemoveEntriesForMissingFiles.java | 6 +- .../server/util/VerifyTabletAssignments.java | 6 +- .../server/conf/store/impl/ReadyMonitorTest.java | 2 +- .../accumulo/coordinator/CompactionFinalizer.java | 6 +- .../manager/tableOps/bulkVer2/BulkImportMove.java | 4 +- .../tableOps/tableImport/MoveExportedFiles.java | 4 +- .../manager/upgrade/UpgradeCoordinator.java | 6 +- .../org/apache/accumulo/tserver/ScanServer.java | 5 +- .../tserver/TabletServerResourceManager.java | 60 +++++++++++-------- .../tserver/compactions/CompactionService.java | 6 +- .../compactions/InternalCompactionExecutor.java | 8 ++- .../org/apache/accumulo/tserver/log/LogSorter.java | 3 +- .../accumulo/tserver/log/TabletServerLogger.java | 3 +- .../accumulo/test/BalanceWithOfflineTableIT.java | 4 +- .../test/functional/BatchWriterFlushIT.java | 2 +- 33 files changed, 252 insertions(+), 98 deletions(-) create mode 100644 core/src/main/java/org/apache/accumulo/core/util/threads/ThreadPoolNames.java