[Fix](smooth-upgrade) fix unnecessary high version of smooth upgrade (#30283)

fix unnecessary high version of smooth upgrade
This commit is contained in:
zclllyybb
2024-01-24 20:56:12 +08:00
committed by yiguolei
parent 825fe1470f
commit 2e6a00690f
10 changed files with 58 additions and 56 deletions

View File

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