This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6f316b117f5 [Fix](Checkpoint)AnalysisMgrV2 does not implement the
corresponding read and write interface (#26161)
6f316b117f5 is described below
commit 6f316b117f5f680c582433a1ff0dc2a860d5f1b4
Author: Calvin Kirs <[email protected]>
AuthorDate: Tue Oct 31 17:24:35 2023 +0800
[Fix](Checkpoint)AnalysisMgrV2 does not implement the corresponding read
and write interface (#26161)
---
.../src/main/java/org/apache/doris/persist/meta/MetaPersistMethod.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/persist/meta/MetaPersistMethod.java
b/fe/fe-core/src/main/java/org/apache/doris/persist/meta/MetaPersistMethod.java
index b3425d7e8ec..715cd267966 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/persist/meta/MetaPersistMethod.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/persist/meta/MetaPersistMethod.java
@@ -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 =
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]