fix(stream): fix deadlock.

This commit is contained in:
Haojun Liao 2023-12-20 19:12:47 +08:00
parent 64eee4bbd2
commit ad5d78a6ca
1 changed files with 1 additions and 1 deletions

View File

@ -2342,7 +2342,7 @@ static int32_t mndProcessVgroupChange(SMnode *pMnode, SVgroupChangeInfo *pChange
break;
}
bool conflict = streamTransConflictOtherTrans(pMnode, pStream->uid, MND_STREAM_TASK_UPDATE_NAME, true);
bool conflict = streamTransConflictOtherTrans(pMnode, pStream->uid, MND_STREAM_TASK_UPDATE_NAME, false);
sdbRelease(pSdb, pStream);
if (conflict) {