This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 67adbdae75c [branch-2.1] Pick "[Fix](JournalEntity) re-add a line of code that is accidentally removed in #19917" (#36427) 67adbdae75c is described below commit 67adbdae75cf89795af1bcb9dd94b684089a1a50 Author: bobhan1 <bh2444151...@outlook.com> AuthorDate: Mon Jun 24 20:45:02 2024 +0800 [branch-2.1] Pick "[Fix](JournalEntity) re-add a line of code that is accidentally removed in #19917" (#36427) ## Proposed changes pick https://github.com/apache/doris/pull/36423 --- fe/fe-core/src/main/java/org/apache/doris/journal/JournalEntity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/fe/fe-core/src/main/java/org/apache/doris/journal/JournalEntity.java b/fe/fe-core/src/main/java/org/apache/doris/journal/JournalEntity.java index 1c3f7444dd9..bf1c01e6e06 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/journal/JournalEntity.java +++ b/fe/fe-core/src/main/java/org/apache/doris/journal/JournalEntity.java @@ -861,6 +861,7 @@ public class JournalEntity implements Writable { } case OperationType.OP_DELETE_ANALYSIS_TASK: { data = AnalyzeDeletionLog.read(in); + isRead = true; break; } case OperationType.OP_UPDATE_AUTO_INCREMENT_ID: { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org