This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from bd024372a1 Fix sserver group property argument in ScanServerGroupConfigurationIT (#4606) add ea235b6c58 Invalid External Compaction Progress Fix (#4452) add ba296913b4 Fixes 'admin fate --print/--summary' no node exception bug (#4556) new 7211081310 Merge branch '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: .../org/apache/accumulo/core/fate/AdminUtil.java | 62 +++++++----- .../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 +++++++- .../org/apache/accumulo/test/FateSummaryIT.java | 105 ++++++++++++++++++++- .../compaction/ExternalCompactionProgressIT.java | 103 ++++++++++++++++++-- 9 files changed, 358 insertions(+), 39 deletions(-)