fix:[TD-28446] modify trans confilct in subscribe

This commit is contained in:
wangmm0220 2024-01-23 18:48:19 +08:00
parent 310f4c3d40
commit 416c87b5b7
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ int32_t mndProcessSubscribeReq(SRpcMsg *pMsg) {
}
// check topic existence
pTrans = mndTransCreate(pMnode, TRN_POLICY_RETRY, TRN_CONFLICT_NOTHING, pMsg, "subscribe");
pTrans = mndTransCreate(pMnode, TRN_POLICY_RETRY, TRN_CONFLICT_TOPIC_INSIDE, pMsg, "subscribe");
if (pTrans == NULL) {
goto _over;
}