fix(stream): reset the upstream stage info.

This commit is contained in:
Haojun Liao 2023-08-21 19:29:03 +08:00
parent 8b27f98ee4
commit 082882b71e
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ int32_t streamLoadTasks(SStreamMeta* pMeta) {
continue;
}
streamTaskResetUpstreamStageInfo(pTask);
if (taosHashPut(pMeta->pTasks, keys, sizeof(keys), &pTask, sizeof(void*)) < 0) {
doClear(pKey, pVal, pCur, pRecycleList);
tFreeStreamTask(pTask);