mroe code

This commit is contained in:
Hongze Cheng 2023-02-27 18:11:04 +08:00
parent 8e3084ecc0
commit ee36cf8aca
1 changed files with 2 additions and 0 deletions

View File

@ -642,6 +642,8 @@ static int32_t vnodeProcessDropTtlTbReq(SVnode *pVnode, int64_t version, void *p
if (ret) goto end; if (ret) goto end;
#else #else
vnodeAsyncRentention(pVnode, ttlReq.timestamp); vnodeAsyncRentention(pVnode, ttlReq.timestamp);
tsem_wait(&pVnode->canCommit);
tsem_post(&pVnode->canCommit);
#endif #endif
end: end: