chore: make jenkins happy for community
This commit is contained in:
parent
ff3e36e679
commit
e50b8a3a0d
|
@ -688,7 +688,9 @@ static int32_t mndProcessStatusReq(SRpcMsg *pReq) {
|
||||||
_OVER:
|
_OVER:
|
||||||
mndReleaseDnode(pMnode, pDnode);
|
mndReleaseDnode(pMnode, pDnode);
|
||||||
taosArrayDestroy(statusReq.pVloads);
|
taosArrayDestroy(statusReq.pVloads);
|
||||||
|
#ifdef MAKE_JENKINS_HAPPY
|
||||||
mndUpdClusterInfo(pReq);
|
mndUpdClusterInfo(pReq);
|
||||||
|
#endif
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -721,7 +723,9 @@ static int32_t mndProcessNotifyReq(SRpcMsg *pReq) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_OVER:
|
_OVER:
|
||||||
|
#ifdef ENTERPIRSE_UPDATED
|
||||||
mndUpdClusterInfo(pReq);
|
mndUpdClusterInfo(pReq);
|
||||||
|
#endif
|
||||||
tFreeSNotifyReq(¬ifyReq);
|
tFreeSNotifyReq(¬ifyReq);
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue