fix: uncomment the codes of dropping stable

This commit is contained in:
Cary Xu 2022-06-16 20:14:48 +08:00
parent 9db554648e
commit bdf24b6ab0
1 changed files with 4 additions and 4 deletions

View File

@ -466,10 +466,10 @@ static int32_t vnodeProcessDropStbReq(SVnode *pVnode, int64_t version, void *pRe
}
// process request
// if (metaDropSTable(pVnode->pMeta, version, &req) < 0) {
// rcode = terrno;
// goto _exit;
// }
if (metaDropSTable(pVnode->pMeta, version, &req) < 0) {
rcode = terrno;
goto _exit;
}
// return rsp
_exit: