fix(stream): reset the ready upstream counter after task-reset.
This commit is contained in:
parent
277a009677
commit
9ca84091df
|
@ -278,6 +278,7 @@ void streamTaskClearCheckInfo(SStreamTask* pTask, bool clearChkpReadyMsg) {
|
||||||
pTask->chkInfo.numOfNotReady = 0;
|
pTask->chkInfo.numOfNotReady = 0;
|
||||||
pTask->chkInfo.transId = 0;
|
pTask->chkInfo.transId = 0;
|
||||||
pTask->chkInfo.dispatchCheckpointTrigger = false;
|
pTask->chkInfo.dispatchCheckpointTrigger = false;
|
||||||
|
pTask->chkInfo.downstreamAlignNum = 0;
|
||||||
|
|
||||||
streamTaskOpenAllUpstreamInput(pTask); // open inputQ for all upstream tasks
|
streamTaskOpenAllUpstreamInput(pTask); // open inputQ for all upstream tasks
|
||||||
if (clearChkpReadyMsg) {
|
if (clearChkpReadyMsg) {
|
||||||
|
|
Loading…
Reference in New Issue