[Fix](smooth-upgrade) Fix incompatibility when upgrade from 2.0 to 2.1 (#32220)

This commit is contained in:
zclllyybb
2024-03-14 11:23:05 +08:00
committed by GitHub
parent d0e296e88d
commit 847ec368be
7 changed files with 24 additions and 18 deletions

View File

@ -1762,7 +1762,7 @@ public class Config extends ConfigBase {
* Max data version of backends serialize block.
*/
@ConfField(mutable = false)
public static int max_be_exec_version = 3;
public static int max_be_exec_version = 4;
/**
* Min data version of backends serialize block.