fix(stream):add logs.

This commit is contained in:
Haojun Liao 2024-06-06 11:27:20 +08:00
parent 29d34200b5
commit 0e9f720cc4
1 changed files with 3 additions and 1 deletions

View File

@ -1572,7 +1572,9 @@ static int32_t setTaskAttrInResBlock(SStreamObj *pStream, SStreamTask *pTask, SS
STaskStatusEntry *pe = taosHashGet(execInfo.pTaskMap, &id, sizeof(id));
if (pe == NULL) {
mError("task:0x%" PRIx64 " not exists in vnode, no valid status/stage info", id.taskId);
mError("task:0x%" PRIx64 " not exists in any vnodes, streamName:%s, streamId:0x%" PRIx64 " createTs:%" PRId64
" no valid status/stage info",
id.taskId, pStream->name, pStream->uid, pStream->createTime);
return -1;
}