This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 0480adf941 remove server invalidation from tablet cache (#5431)
add dc2109ad9c Recreate TabletsMetadata iterator when file ranges are not
contiguous (#5341)
add 01cab2b3c9 Merge branch '2.1'
No new revisions were added by this update.
Summary of changes:
.../org/apache/accumulo/core/conf/Property.java | 12 ++
.../apache/accumulo/core/util/PeekingIterator.java | 37 ++++
.../accumulo/core/util/PeekingIteratorTest.java | 88 ++++++++
.../manager/tableOps/bulkVer2/LoadFiles.java | 33 ++-
.../manager/tableOps/bulkVer2/PrepBulkImport.java | 192 +++++++++---------
.../manager/tableOps/bulkVer2/LoadFilesTest.java | 2 +-
.../tableOps/bulkVer2/PrepBulkImportTest.java | 48 +++--
.../apache/accumulo/test/functional/BulkNewIT.java | 97 +++++----
.../test/functional/BulkNewMetadataSkipIT.java | 223 +++++++++++++++++++++
9 files changed, 563 insertions(+), 169 deletions(-)
create mode 100644
core/src/test/java/org/apache/accumulo/core/util/PeekingIteratorTest.java
create mode 100644
test/src/main/java/org/apache/accumulo/test/functional/BulkNewMetadataSkipIT.java