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

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


    from 8b0262d5b3 Deprecated MiniAccumuloConfig setNumServer methods (#4374)
     add ec8ae122ed Use fluent-style builder for pool creation, replacing 
overloaded methods (#4384)
     new 0ad96b1dc0 Merge remote-tracking branch 'upstream/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:
 .../accumulo/core/clientImpl/ClientContext.java    |   9 +-
 .../core/clientImpl/ConditionalWriterImpl.java     |   2 +-
 .../core/clientImpl/InstanceOperationsImpl.java    |   4 +-
 .../core/clientImpl/TableOperationsImpl.java       |   3 +-
 .../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    |  10 +-
 .../accumulo/core/util/threads/ThreadPools.java    | 386 +++++++++++++--------
 .../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 +-
 .../coordinator/CompactionCoordinator.java         |   4 +-
 .../accumulo/coordinator/CompactionFinalizer.java  |  11 +-
 .../main/java/org/apache/accumulo/gc/GCRun.java    |   2 +-
 .../accumulo/manager/metrics/fate/FateMetrics.java |   4 +-
 .../accumulo/manager/recovery/RecoveryManager.java |   4 +-
 .../manager/upgrade/UpgradeCoordinator.java        |   8 +-
 .../tserver/TabletServerResourceManager.java       |  31 +-
 .../tserver/compactions/CompactionService.java     |   6 +-
 .../compactions/InternalCompactionExecutor.java    |   9 +-
 .../org/apache/accumulo/tserver/log/LogSorter.java |   5 +-
 .../accumulo/tserver/log/TabletServerLogger.java   |   4 +-
 .../metrics/CompactionExecutorsMetrics.java        |   2 +-
 .../accumulo/test/BalanceWithOfflineTableIT.java   |   5 +-
 .../test/functional/BatchWriterFlushIT.java        |   2 +-
 .../accumulo/test/functional/BulkFailureIT.java    |   4 +-
 38 files changed, 433 insertions(+), 247 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/accumulo/core/util/threads/ThreadPoolExecutorBuilderTest.java

Reply via email to