fix(stream): reset the ready upstream counter after task-reset.

This commit is contained in:
Haojun Liao 2024-04-01 16:31:10 +08:00
parent 277a009677
commit 9ca84091df
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ void streamTaskClearCheckInfo(SStreamTask* pTask, bool clearChkpReadyMsg) {
pTask->chkInfo.numOfNotReady = 0;
pTask->chkInfo.transId = 0;
pTask->chkInfo.dispatchCheckpointTrigger = false;
pTask->chkInfo.downstreamAlignNum = 0;
streamTaskOpenAllUpstreamInput(pTask); // open inputQ for all upstream tasks
if (clearChkpReadyMsg) {