fix(stream): add logs.

This commit is contained in:
Haojun Liao 2023-08-25 10:18:06 +08:00
parent ce1a3a379c
commit 35193020dd
1 changed files with 2 additions and 0 deletions

View File

@ -622,6 +622,8 @@ int32_t streamExecForAll(SStreamTask* pTask) {
if (type == STREAM_INPUT__CHECKPOINT) {
ASSERT(pTask->status.taskStatus == TASK_STATUS__CK);
pTask->status.taskStatus = TASK_STATUS__CK_READY;
qDebug("s-task:%s checkpoint block received, set the status:%s", pTask->id.idStr,
streamGetTaskStatusStr(pTask->status.taskStatus));
return 0;
}
}