diff --git a/source/dnode/mnode/impl/src/mndDnode.c b/source/dnode/mnode/impl/src/mndDnode.c index 95a8f873cb..db6d96f2f7 100644 --- a/source/dnode/mnode/impl/src/mndDnode.c +++ b/source/dnode/mnode/impl/src/mndDnode.c @@ -688,7 +688,9 @@ static int32_t mndProcessStatusReq(SRpcMsg *pReq) { _OVER: mndReleaseDnode(pMnode, pDnode); taosArrayDestroy(statusReq.pVloads); +#ifndef _TD_DARWIN_64 mndUpdClusterInfo(pReq); +#endif return code; } @@ -721,7 +723,9 @@ static int32_t mndProcessNotifyReq(SRpcMsg *pReq) { } } _OVER: +#ifndef _TD_DARWIN_64 mndUpdClusterInfo(pReq); +#endif tFreeSNotifyReq(¬ifyReq); return code; }