chore: make jenkins happy for community

This commit is contained in:
kailixu 2023-09-24 08:48:14 +08:00
parent ff3e36e679
commit e50b8a3a0d
1 changed files with 4 additions and 0 deletions

View File

@ -688,7 +688,9 @@ static int32_t mndProcessStatusReq(SRpcMsg *pReq) {
_OVER:
mndReleaseDnode(pMnode, pDnode);
taosArrayDestroy(statusReq.pVloads);
#ifdef MAKE_JENKINS_HAPPY
mndUpdClusterInfo(pReq);
#endif
return code;
}
@ -721,7 +723,9 @@ static int32_t mndProcessNotifyReq(SRpcMsg *pReq) {
}
}
_OVER:
#ifdef ENTERPIRSE_UPDATED
mndUpdClusterInfo(pReq);
#endif
tFreeSNotifyReq(&notifyReq);
return code;
}