This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 2f894ae50b fixes compactions planning with new prefix (#3990) add dc0d4f3132 refactors upgrade to use same code for all tablet metadata (#3988) new 51004f656a 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/RootTabletMetadata.java | 67 ++----- .../metadata/schema/RootTabletMetadataTest.java | 119 ------------- .../accumulo/manager/upgrade/Upgrader11to12.java | 55 ++++-- .../manager/upgrade/Upgrader11to12Test.java | 195 ++++++++++----------- 4 files changed, 140 insertions(+), 296 deletions(-) delete mode 100644 core/src/test/java/org/apache/accumulo/core/metadata/schema/RootTabletMetadataTest.java