set allocator frozen

This commit is contained in:
obdev
2023-03-14 19:13:33 +00:00
committed by ob-robot
parent 1c41b3c1c4
commit cf9f170b7c
4 changed files with 18 additions and 7 deletions

View File

@ -349,7 +349,7 @@ int ObIMemtableMgr::add_memtable_(ObTableHandleV2 &memtable_handle)
memtable_tail_++;
ObTaskController::get().allow_next_syslog();
// FIXME : delete lbt()
STORAGE_LOG(INFO, "succeed to add memtable", K(get_memtable_count_()),
STORAGE_LOG(INFO, "succeed to add memtable", KP(this), K(get_memtable_count_()),
K(memtable_handle), K(lbt()));
}
}