[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
This commit is contained in:
bobhan1
2024-06-24 20:45:02 +08:00
committed by GitHub
parent e0088df3b3
commit 67adbdae75

View File

@ -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: {