This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a change to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 8375719384 Moved volume replacement to the Manager (#3893)
     add 410c54d182 Add tests for ranged files to CloneIT (#3925)
     add 874532c978 Update ImportExportIT to test fenced files (#3930)
     add b8089dd528 Add a merge column marker to make merge idempotent (#3957)
     new d594e585a7 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/metadata/schema/MetadataSchema.java       |  13 ++
 .../core/metadata/schema/TabletMetadata.java       |  11 ++
 .../core/metadata/schema/TabletsMetadata.java      |   4 +
 .../core/metadata/schema/TabletMetadataTest.java   |  29 ++++
 .../server/constraints/MetadataConstraints.java    |   6 +-
 test/pom.xml                                       |   4 +
 .../java/org/apache/accumulo/test/CloneIT.java     | 149 +++++++++++++--------
 .../org/apache/accumulo/test/ImportExportIT.java   |  74 +++++++---
 .../java/org/apache/accumulo/test/MetaSplitIT.java |   9 ++
 .../apache/accumulo/test/functional/MergeIT.java   |  22 ++-
 .../accumulo/test/util/FileMetadataUtil.java       |   9 ++
 11 files changed, 248 insertions(+), 82 deletions(-)

Reply via email to