[Fix](smooth-upgrade) Fix incompatibility when upgrade from 2.0 to 2.1 (#32220)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user