[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:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user