diff --git a/server/base/src/main/java/org/apache/accumulo/server/AccumuloDataVersion.java b/server/base/src/main/java/org/apache/accumulo/server/AccumuloDataVersion.java index a96721988e6..9f459ea5991 100644 --- a/server/base/src/main/java/org/apache/accumulo/server/AccumuloDataVersion.java +++ b/server/base/src/main/java/org/apache/accumulo/server/AccumuloDataVersion.java @@ -37,7 +37,7 @@ public class AccumuloDataVersion { /** - * version (12) reflects On-Demand tablets starting with 4.0 + * version (13) reflects On-Demand tablets starting with 4.0 */ public static final int ONDEMAND_TABLETS_FOR_VERSION_4 = 13; @@ -52,11 +52,16 @@ public class AccumuloDataVersion { */ public static final int REMOVE_DEPRECATIONS_FOR_VERSION_3 = 11; + /** + * version (10) reflects changes to how root tablet metadata is serialized in zookeeper starting + * with 2.1. See {@link org.apache.accumulo.core.metadata.schema.RootTabletMetadata}. + */ + public static final int ROOT_TABLET_META_CHANGES = 10; + /** * Historic data versions * *