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 7cf47dcd15 adds ranges to table locks (#5786)
     add 72584da0c5 fixes split bug related to files w/o data for tablet (#5833)

No new revisions were added by this update.

Summary of changes:
 .../accumulo/core/file/BloomFilterLayer.java       |  9 +--
 .../apache/accumulo/core/file/FileSKVIterator.java | 80 +++++++++++++++++++++-
 .../core/file/rfile/MultiIndexIterator.java        |  8 +--
 .../org/apache/accumulo/core/file/rfile/RFile.java | 76 ++++----------------
 .../iteratorsImpl/system/SequenceFileIterator.java | 10 +--
 .../apache/accumulo/core/util/RowRangeUtil.java    | 20 ++++++
 .../core/file/rfile/AbstractRFileTest.java         | 15 ++--
 .../accumulo/core/file/rfile/FencedRFileTest.java  | 42 +++++++-----
 .../core/file/rfile/MultiThreadedRFileTest.java    | 11 ++-
 .../apache/accumulo/core/file/rfile/RFileTest.java | 35 ++++++++--
 pom.xml                                            |  2 +-
 .../apache/accumulo/manager/split/Splitter.java    | 42 +++---------
 .../apache/accumulo/manager/tableOps/Utils.java    |  9 ++-
 .../manager/tableOps/split/UpdateTablets.java      | 76 ++++++++++++--------
 .../manager/upgrade/SplitRecovery11to12.java       | 53 +++-----------
 .../manager/tableOps/split/FileInfoTest.java       | 45 ------------
 .../manager/tableOps/split/UpdateTabletsTest.java  |  5 +-
 .../accumulo/test/functional/SplitRecoveryIT.java  |  4 +-
 18 files changed, 257 insertions(+), 285 deletions(-)
 delete mode 100644 
server/manager/src/test/java/org/apache/accumulo/manager/tableOps/split/FileInfoTest.java

Reply via email to