This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git.
from 358fabd Refactor Initialize into multiple classes (#2438) new ece553a Remove unused priority in NamedRunnable new 0fdfee5 Minor cleanup of ThreadPools new af4d4d9 Clean up uses of Duration/TimeUnit The 3 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/ScannerIterator.java | 7 +- .../accumulo/core/util/threads/NamedRunnable.java | 13 +- .../accumulo/core/util/threads/ThreadPools.java | 175 +++++++++++---------- .../apache/accumulo/core/util/threads/Threads.java | 17 +- .../main/java/org/apache/accumulo/fate/Fate.java | 4 +- .../core/file/rfile/MultiThreadedRFileTest.java | 4 +- .../accumulo/server/problems/ProblemReports.java | 3 +- .../coordinator/CompactionCoordinator.java | 4 +- .../manager/upgrade/UpgradeCoordinator.java | 4 +- .../org/apache/accumulo/tserver/TabletServer.java | 22 +-- .../tserver/TabletServerResourceManager.java | 50 +++--- .../compactions/InternalCompactionExecutor.java | 3 +- .../tablet/CompactableImplFileManagerTest.java | 11 +- 13 files changed, 138 insertions(+), 179 deletions(-)