This is an automated email from the ASF dual-hosted git repository.

edcoleman pushed a change to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from ce83488245 Reduced number of compactions in CompactionConfigChangeIT 
(#4402)
     add ec8ae122ed Use fluent-style builder for pool creation, replacing 
overloaded methods (#4384)
     add 0ad96b1dc0 Merge remote-tracking branch 'upstream/2.1'
     new 2f4b037251 Merge remote-tracking branch 'upstream/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    |   9 +-
 .../core/clientImpl/ConditionalWriterImpl.java     |   2 +-
 .../core/clientImpl/InstanceOperationsImpl.java    |   4 +-
 .../core/clientImpl/TableOperationsImpl.java       |   4 +-
 .../core/clientImpl/TabletServerBatchReader.java   |   5 +-
 .../core/clientImpl/TabletServerBatchWriter.java   |   8 +-
 .../accumulo/core/clientImpl/bulk/BulkImport.java  |   8 +-
 .../accumulo/core/file/BloomFilterLayer.java       |   5 +-
 .../file/blockfile/cache/lru/LruBlockCache.java    |   4 +-
 .../blockfile/cache/tinylfu/TinyLfuBlockCache.java |   2 +-
 .../util/compaction/ExternalCompactionUtil.java    |   9 +-
 .../accumulo/core/util/threads/ThreadPools.java    | 379 +++++++++++++--------
 .../core/file/rfile/MultiThreadedRFileTest.java    |   7 +-
 .../threads/ThreadPoolExecutorBuilderTest.java     |  79 +++++
 .../server/conf/ServerConfigurationFactory.java    |   4 +-
 .../conf/store/impl/PropCacheCaffeineImpl.java     |   7 +-
 .../server/conf/store/impl/PropStoreWatcher.java   |   5 +-
 .../accumulo/server/fs/VolumeManagerImpl.java      |   4 +-
 .../accumulo/server/problems/ProblemReports.java   |   7 +-
 .../apache/accumulo/server/rpc/TServerUtils.java   |   7 +-
 .../server/util/RemoveEntriesForMissingFiles.java  |   4 +-
 .../server/util/VerifyTabletAssignments.java       |   5 +-
 .../server/conf/store/impl/ReadyMonitorTest.java   |   4 +-
 .../main/java/org/apache/accumulo/gc/GCRun.java    |   2 +-
 .../compaction/coordinator/QueueMetrics.java       |   4 +-
 .../accumulo/manager/metrics/fate/FateMetrics.java |   4 +-
 .../accumulo/manager/recovery/RecoveryManager.java |   4 +-
 .../apache/accumulo/manager/split/Splitter.java    |   5 +-
 .../manager/tableOps/bulkVer2/TabletRefresher.java |   2 +-
 .../manager/upgrade/UpgradeCoordinator.java        |   8 +-
 .../tserver/TabletServerResourceManager.java       |  21 +-
 .../org/apache/accumulo/tserver/log/LogSorter.java |   5 +-
 .../accumulo/tserver/log/TabletServerLogger.java   |   4 +-
 .../accumulo/test/BalanceWithOfflineTableIT.java   |   5 +-
 .../test/functional/BatchWriterFlushIT.java        |   2 +-
 35 files changed, 409 insertions(+), 229 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/accumulo/core/util/threads/ThreadPoolExecutorBuilderTest.java

Reply via email to