[FEAT MERGE] merge transfer

Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
This commit is contained in:
xuhuleon
2023-06-21 11:42:26 +00:00
committed by ob-robot
parent d06678002e
commit 9dae112952
1280 changed files with 149724 additions and 48813 deletions

View File

@ -387,7 +387,8 @@ void ObMemtableMgrHandle::reset()
{
if (nullptr != memtable_mgr_) {
if (nullptr == pool_) {
STORAGE_LOG(DEBUG, "this memory manager is a special handle", KPC(memtable_mgr_));
STORAGE_LOG(DEBUG, "this memory manager is a special handle", KP(memtable_mgr_), "ref_cnt",
memtable_mgr_->get_ref(), K(lbt()));
// at present, inner tablet's memtable_mgr_ is not managed by pool,
// just decrease ref and leave the release to the owner of memtable_mgr.
memtable_mgr_->dec_ref();