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 5bec92248c update IdleProcessMetricsIT to work w/ recent changes 
(#4326)
     add aed3919e46 Use Duration in Retry instead of long+TimeUnit (#4301)
     add 48f150045b Fixes compaction dispatcher documentation (#4314)
     add 9817474333 Merge branch '2.1'
     new 3f3da5a5da 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:
 .../core/clientImpl/InstanceOperationsImpl.java    |  10 +-
 .../core/clientImpl/NamespaceOperationsImpl.java   |   9 +-
 .../core/clientImpl/TableOperationsImpl.java       |  14 +-
 .../TabletServerBatchReaderIterator.java           |   8 +-
 .../core/clientImpl/TabletServerBatchWriter.java   |   9 +-
 .../accumulo/core/clientImpl/ThriftScanner.java    |   8 +-
 .../accumulo/core/clientImpl/bulk/BulkImport.java  |   9 +-
 .../accumulo/core/fate/zookeeper/ZooReader.java    |   8 +-
 .../spi/compaction/SimpleCompactionDispatcher.java |   5 +-
 .../java/org/apache/accumulo/core/util/Retry.java  | 112 +++++++-------
 .../org/apache/accumulo/core/util/RetryTest.java   | 163 +++++++++++----------
 .../hadoopImpl/mapred/AccumuloRecordReader.java    |  10 +-
 .../hadoopImpl/mapreduce/AccumuloRecordReader.java |  10 +-
 .../server/compaction/RetryableThriftCall.java     |   8 +-
 .../metadata/ConditionalTabletsMutatorImpl.java    |  11 +-
 .../java/org/apache/accumulo/manager/Manager.java  |   7 +-
 .../coordinator/CompactionCoordinator.java         |   8 +-
 .../coordinator/commit/CommitCompaction.java       |  10 +-
 .../tableOps/bulkVer2/CleanUpBulkImport.java       |  11 +-
 .../manager/tableOps/bulkVer2/TabletRefresher.java |  10 +-
 .../manager/tableOps/compact/CompactionDriver.java |  10 +-
 .../org/apache/accumulo/tserver/TabletServer.java  |  19 +--
 .../accumulo/tserver/session/SessionManager.java   |   9 +-
 23 files changed, 232 insertions(+), 246 deletions(-)

Reply via email to