typo
This commit is contained in:
parent
8b16f4b118
commit
ca6ee940f7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue