fix(stream):fix missing unlock.
This commit is contained in:
parent
aaa12ed4f8
commit
283118bf68
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue