other: add logs.

This commit is contained in:
Haojun Liao 2023-08-18 10:53:58 +08:00
parent a8b53c2e69
commit f68650fef9
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ int32_t sndExpandTask(SSnode *pSnode, SStreamTask *pTask, int64_t ver) {
if (pTask->pState == NULL) {
qError("s-task:%s failed to open state for task", pTask->id.idStr);
return -1;
} else {
qDebug("s-task:%s state:%p", pTask->id.idStr, pTask->pState);
}
int32_t numOfChildEp = taosArrayGetSize(pTask->pUpstreamInfoList);