From 2c17ce57fbe3cb80ee93670c4013f67bde308994 Mon Sep 17 00:00:00 2001 From: hiddenbomb Date: Sat, 9 Sep 2023 11:06:55 +0000 Subject: [PATCH] reduce log print --- src/storage/tablet/ob_tablet_full_memory_mds_data.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/storage/tablet/ob_tablet_full_memory_mds_data.cpp b/src/storage/tablet/ob_tablet_full_memory_mds_data.cpp index 71b16db3ff..7b6b42730f 100644 --- a/src/storage/tablet/ob_tablet_full_memory_mds_data.cpp +++ b/src/storage/tablet/ob_tablet_full_memory_mds_data.cpp @@ -226,7 +226,6 @@ int ObTabletFullMemoryMdsData::deserialize(common::ObIAllocator &allocator, cons LOG_WARN("failed to deserialize", K(ret)); } else { is_inited_ = true; - LOG_INFO("succeeded to deserialize full memory mds data", K(ret), KPC(this)); } return ret;