[BUG.FIX] split block id set memory into tenant

This commit is contained in:
Tyshawn
2023-10-18 13:09:21 +00:00
committed by ob-robot
parent bcd29d1bc9
commit 75be85e3a1
2 changed files with 3 additions and 2 deletions

View File

@ -1766,7 +1766,7 @@ int ObTablet::inner_inc_macro_ref_cnt()
} else {
hold_ref_cnt_ = true;
}
FLOG_INFO("the tablet that inner increases ref cnt is",
FLOG_INFO("the tablet that inner increases ref cnt is", K(ret),
K(is_inited_), K(tablet_meta_.ls_id_), K(tablet_meta_.tablet_id_), K(table_store_addr_.addr_),
K(auto_inc_seq_addr.addr_), K(storage_schema_addr_.addr_), K(medium_info_list_addr.addr_),
K(tablet_status_uncommitted_kv_addr.addr_), K(tablet_status_committed_kv_addr.addr_),