Revert "vnode: disable buffer pool recycling for 3.0 merging"

This reverts commit ba68d5d7b3.
This commit is contained in:
Minglei Jin 2023-01-12 09:52:03 +08:00
parent e3498d61b4
commit 086253b413
1 changed files with 2 additions and 2 deletions

View File

@ -75,10 +75,10 @@ static int32_t vnodeGetBufPoolToUse(SVnode *pVnode) {
break;
} else {
vDebug("vgId:%d no free buffer pool on %d try, try to recycle...", TD_VID(pVnode), nTry);
/*
code = vnodeTryRecycleBufPool(pVnode);
TSDB_CHECK_CODE(code, lino, _exit);
*/
if (pVnode->freeList == NULL) {
vDebug("vgId:%d no free buffer pool on %d try, wait %d ms...", TD_VID(pVnode), nTry, WAIT_TIME_MILI_SEC);