fix merge error

This commit is contained in:
yihaoDeng 2023-08-24 17:35:53 +08:00
parent 9310d138a6
commit 286ac3e3fc
1 changed files with 0 additions and 1 deletions

View File

@ -323,7 +323,6 @@ int32_t createStreamTaskRunReq(SStreamMeta* pStreamMeta, bool* pScanIdle) {
if (pTask->status.taskStatus != TASK_STATUS__NORMAL) {
tqDebug("s-task:%s not ready for submit block from wal, status:%s", pTask->id.idStr, pStatus);
streamMetaReleaseTask(pStreamMeta, pTask);
taosThreadMutexUnlock(&pTask->lock);
streamMetaReleaseTask(pStreamMeta, pTask);
continue;