justfortaste commented on code in PR #44905:
URL: https://github.com/apache/doris/pull/44905#discussion_r1872509802


##########
fe/fe-common/src/main/java/org/apache/doris/common/FeMetaVersion.java:
##########
@@ -103,8 +103,11 @@ public final class FeMetaVersion {
 
     public static final int VERSION_140 = 140;
 
+    // For backup global info
+    public static final int VERSION_141 = 141;
+
     // note: when increment meta version, should assign the latest version to 
VERSION_CURRENT
-    public static final int VERSION_CURRENT = VERSION_140;
+    public static final int VERSION_CURRENT = VERSION_141;

Review Comment:
   BackupMeta has changed,  upgrade the fe meta verison to  compatible with old 
versions.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to