fix(stream): clear the flag.
This commit is contained in:
parent
48ff521968
commit
9ebf806789
|
@ -311,6 +311,9 @@ void streamTaskResetStatus(SStreamTask* pTask) {
|
|||
pSM->current = StreamTaskStatusList[TASK_STATUS__UNINIT];
|
||||
pSM->pActiveTrans = NULL;
|
||||
taosArrayClear(pSM->pWaitingEventList);
|
||||
|
||||
// clear the downstream ready status
|
||||
pTask->status.downstreamReady = 0;
|
||||
}
|
||||
|
||||
void streamTaskSetStatusReady(SStreamTask* pTask) {
|
||||
|
|
Loading…
Reference in New Issue