fix(stream): fix dead-lock caused by invalid repeatly unlock.

This commit is contained in:
Haojun Liao 2025-01-02 09:55:05 +08:00
parent 6dbb3d1cb6
commit 055441d8fb
1 changed files with 0 additions and 2 deletions

View File

@ -1047,8 +1047,6 @@ int32_t setDstTableDataUid(SVnode* pVnode, SStreamTask* pTask, SSDataBlock* pDat
pTableSinkInfo->uid = 0;
code = doPutSinkTableInfoIntoCache(pTask->outputInfo.tbSink.pTbInfo, pTableSinkInfo, groupId, id);
} else {
metaReaderClear(&mr);
tqError("s-task:%s vgId:%d dst-table:%s not auto-created, and not create in tsdb, discard data", id, vgId,
dstTableName);
return TSDB_CODE_TDB_TABLE_NOT_EXIST;