mroe code
This commit is contained in:
parent
8e3084ecc0
commit
ee36cf8aca
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue