fix(stream):fix missing unlock.

This commit is contained in:
Haojun Liao 2023-09-13 14:11:41 +08:00
parent aaa12ed4f8
commit 283118bf68
1 changed files with 1 additions and 0 deletions

View File

@ -636,6 +636,7 @@ int32_t streamTryExec(SStreamTask* pTask) {
streamGetTaskStatusStr(pTask->status.taskStatus), pTask->status.schedStatus); streamGetTaskStatusStr(pTask->status.taskStatus), pTask->status.schedStatus);
return 0; return 0;
} }
taosThreadMutexUnlock(&pTask->lock);
} }
} else { } else {
qDebug("s-task:%s already started to exec by other thread, status:%s, sched-status:%d", id, qDebug("s-task:%s already started to exec by other thread, status:%s, sched-status:%d", id,