fix:[TD-30323]tmq close error if consumer is cleared
This commit is contained in:
parent
1a6a0d3107
commit
ad075ef1de
|
@ -662,7 +662,7 @@ int32_t mndProcessSubscribeReq(SRpcMsg *pMsg) {
|
|||
SMqConsumerObj *pConsumerNew = NULL;
|
||||
STrans *pTrans = NULL;
|
||||
|
||||
if(mndAcquireConsumer(pMnode, subscribe->consumerId) == NULL && taosArrayGetSize(subscribe->topicNames) == 0){
|
||||
if(mndAcquireConsumer(pMnode, subscribe.consumerId) == NULL && taosArrayGetSize(subscribe.topicNames) == 0){
|
||||
goto _over;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue