This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from afed77365e Use Duration instead of long+TimeUnit in ReadOnlyTStore.unreserve (#4371) (#4608) add ea235b6c58 Invalid External Compaction Progress Fix (#4452) add ba296913b4 Fixes 'admin fate --print/--summary' no node exception bug (#4556) add 7211081310 Merge branch '2.1' new 9144377ba5 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: .../org/apache/accumulo/core/fate/AdminUtil.java | 60 +++++++++----- .../accumulo/core/file/BloomFilterLayer.java | 6 ++ .../apache/accumulo/core/file/FileSKVIterator.java | 11 +++ .../core/file/rfile/MultiIndexIterator.java | 6 ++ .../org/apache/accumulo/core/file/rfile/RFile.java | 60 ++++++++++++-- .../iteratorsImpl/system/SequenceFileIterator.java | 6 ++ .../org/apache/accumulo/compactor/Compactor.java | 38 ++++++++- .../compaction/ExternalCompactionProgressIT.java | 93 ++++++++++++++++++++-- 8 files changed, 242 insertions(+), 38 deletions(-)