fix(stream): build checkpoint for sink tasks.

This commit is contained in:
Haojun Liao 2023-08-27 00:18:41 +08:00
parent b7c36bbfe4
commit 46529d383c
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ int32_t streamProcessCheckpointBlock(SStreamTask* pTask, SStreamDataBlock* pBloc
qDebug("s-task:%s process checkpoint block, all %d upstreams sent checkpoint msgs, send ready msg to upstream",
id, num);
streamFreeQitem((SStreamQueueItem*)pBlock);
streamTaskBuildCheckpoint(pTask);
} else {
qDebug(
"s-task:%s process checkpoint block, all %d upstreams sent checkpoint msgs, dispatch checkpoint msg "