fix: reset stream status when load from disk

This commit is contained in:
Liu Jicong 2022-12-30 16:59:48 +08:00
parent b2f6fcd067
commit 4601e67e67
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ int32_t streamLoadTasks(SStreamMeta* pMeta) {
tdbTbcClose(pCur);
return -1;
}
pTask->taskStatus = TASK_STATUS__NORMAL;
}
tdbFree(pKey);