[Fix](Checkpoint)AnalysisMgrV2 does not implement the corresponding read and write interface (#26161)

This commit is contained in:
Calvin Kirs
2023-10-31 17:24:35 +08:00
committed by GitHub
parent 9633d0a83b
commit 6f316b117f

View File

@ -219,6 +219,7 @@ public class MetaPersistMethod {
Env.class.getDeclaredMethod("saveBinlogs", CountingDataOutputStream.class, long.class);
break;
case "AnalysisMgr":
case "AnalysisMgrV2":
metaPersistMethod.readMethod =
Env.class.getDeclaredMethod("loadAnalysisManager", DataInputStream.class, long.class);
metaPersistMethod.writeMethod =