fix:transaction in tmq

This commit is contained in:
wangmm0220 2023-08-24 16:34:52 +08:00
commit 89884e1c49
1 changed files with 0 additions and 5 deletions

View File

@ -662,11 +662,6 @@ static int32_t mndProcessDropTopicReq(SRpcMsg *pReq) {
SMqTopicObj *pTopic = NULL;
STrans *pTrans = NULL;
if (!mndRebTryStart()) {
mInfo("mq rebalance already in progress, do nothing");
return 0;
}
if (tDeserializeSMDropTopicReq(pReq->pCont, pReq->contLen, &dropReq) != 0) {
terrno = TSDB_CODE_INVALID_MSG;
code = -1;