other: add logs.

This commit is contained in:
Haojun Liao 2023-08-18 10:38:24 +08:00
parent 2a9668da67
commit 9ad8cf48dc
1 changed files with 1 additions and 0 deletions

View File

@ -937,6 +937,7 @@ int32_t tqExpandTask(STQ* pTq, SStreamTask* pTask, int64_t ver) {
pTask->pState = streamStateOpen(pTq->pStreamMeta->path, pStateTask, false, -1, -1);
if (pTask->pState == NULL) {
tqError("s-task:%s (vgId:%d) failed to open state for task", pTask->id.idStr, vgId);
return -1;
}