vnode: disable buffer pool recycling for 3.0 merging

This commit is contained in:
Minglei Jin 2023-01-11 14:03:51 +08:00
parent 5024fc1e9f
commit ba68d5d7b3
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);