This is an automated email from the ASF dual-hosted git repository. ddanielr pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 102a9744bb Merge branch 'main' into elasticity add edf829d419 Change variable reference in log message add b90ca95323 Adds constants for threadPool Names (#4768) add 9ec22b4b03 Merge branch '2.1' new 7b3eeb9444 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: .../accumulo/core/clientImpl/ClientContext.java | 10 +-- .../core/clientImpl/ConditionalWriterImpl.java | 3 +- .../core/clientImpl/InstanceOperationsImpl.java | 3 +- .../core/clientImpl/TableOperationsImpl.java | 6 +- .../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 | 71 ++++++++++++++++++++++ .../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 +- .../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 | 43 ++++++++----- .../org/apache/accumulo/tserver/log/LogSorter.java | 3 +- .../accumulo/tserver/log/TabletServerLogger.java | 3 +- .../accumulo/test/BalanceWithOfflineTableIT.java | 4 +- .../test/functional/BatchWriterFlushIT.java | 2 +- 29 files changed, 231 insertions(+), 84 deletions(-) create mode 100644 core/src/main/java/org/apache/accumulo/core/util/threads/ThreadPoolNames.java