From ef1c90b74fbb5b1bc78d6f59232198aeee0faba7 Mon Sep 17 00:00:00 2001 From: Tyshawn Date: Fri, 17 Mar 2023 04:16:35 +0000 Subject: [PATCH] [BUG.FIX] remove print lbt() --- src/storage/ob_i_memtable_mgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/ob_i_memtable_mgr.cpp b/src/storage/ob_i_memtable_mgr.cpp index 909538bbf7..404d1c16f5 100644 --- a/src/storage/ob_i_memtable_mgr.cpp +++ b/src/storage/ob_i_memtable_mgr.cpp @@ -350,7 +350,7 @@ int ObIMemtableMgr::add_memtable_(ObTableHandleV2 &memtable_handle) ObTaskController::get().allow_next_syslog(); // FIXME : delete lbt() STORAGE_LOG(INFO, "succeed to add memtable", KP(this), K(get_memtable_count_()), - K(memtable_handle), K(lbt())); + K(memtable_handle)); } } return ret;