From e81af6789887ad3a8a27592f394f9c75483dcffb Mon Sep 17 00:00:00 2001 From: DengzhiLiu Date: Tue, 15 Feb 2022 11:42:48 +0800 Subject: [PATCH] Fix log core in partition merge --- src/storage/compaction/ob_partition_merge_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/compaction/ob_partition_merge_util.cpp b/src/storage/compaction/ob_partition_merge_util.cpp index c9ee57045..ece42f85b 100644 --- a/src/storage/compaction/ob_partition_merge_util.cpp +++ b/src/storage/compaction/ob_partition_merge_util.cpp @@ -555,7 +555,7 @@ int ObMacroRowIterator::next() K(curr_row_), K(*curr_row_)); } else { - STORAGE_LOG(DEBUG, "next", K(ret), KP(this), KP(table_), KP(row_iter_), KP(curr_row_), K(*curr_row_)); + STORAGE_LOG(DEBUG, "next", K(ret), KP(this), KP(table_), KP(row_iter_)); } return ret; }