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 // process request
// if (metaDropSTable(pVnode->pMeta, version, &req) < 0) { if (metaDropSTable(pVnode->pMeta, version, &req) < 0) {
// rcode = terrno; rcode = terrno;
// goto _exit; goto _exit;
// } }
// return rsp // return rsp
_exit: _exit: