This commit is contained in:
cadem 2023-04-19 18:59:40 +08:00
parent 8b16f4b118
commit ca6ee940f7
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ int32_t vmProcessAlterVnodeTypeReq(SVnodeMgmt *pMgmt, SRpcMsg *pMsg) {
}
dInfo("vgId:%d, checking node catch up", req.vgId);
if(!vnodeIsCatchUp(pVnode->pImpl) == 0){
if(vnodeIsCatchUp(pVnode->pImpl) != 0){
return -1;
}