fix(stream):clear checkpoint-ready msg.

This commit is contained in:
Haojun Liao 2024-06-23 00:40:12 +08:00
parent 21e1763ff4
commit 393369fcd8
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ int32_t streamTaskUpdateTaskCheckpointInfo(SStreamTask* pTask, bool restored, SV
pInfo->checkpointVer = pReq->checkpointVer;
pInfo->checkpointTime = pReq->checkpointTs;
streamTaskClearCheckInfo(pTask, false);
streamTaskClearCheckInfo(pTask, true);
if (pStatus->state == TASK_STATUS__CK) {
// todo handle error