Merge branch 'enh/triggerCheckPoint2' of https://github.com/taosdata/TDengine into enh/triggerCheckPoint2
This commit is contained in:
commit
e70e88b393
|
@ -69,6 +69,8 @@ int32_t sndExpandTask(SSnode *pSnode, SStreamTask *pTask, int64_t ver) {
|
||||||
if (pTask->pState == NULL) {
|
if (pTask->pState == NULL) {
|
||||||
qError("s-task:%s failed to open state for task", pTask->id.idStr);
|
qError("s-task:%s failed to open state for task", pTask->id.idStr);
|
||||||
return -1;
|
return -1;
|
||||||
|
} else {
|
||||||
|
qDebug("s-task:%s state:%p", pTask->id.idStr, pTask->pState);
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t numOfChildEp = taosArrayGetSize(pTask->pUpstreamInfoList);
|
int32_t numOfChildEp = taosArrayGetSize(pTask->pUpstreamInfoList);
|
||||||
|
|
Loading…
Reference in New Issue