From 901bdbb9dcfd486002f4bdf10b3c833d484eab68 Mon Sep 17 00:00:00 2001 From: hezuojiao Date: Mon, 9 Jan 2023 03:38:10 +0000 Subject: [PATCH] change dump block log level --- src/sql/engine/basic/ob_chunk_datum_store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/engine/basic/ob_chunk_datum_store.cpp b/src/sql/engine/basic/ob_chunk_datum_store.cpp index 4b88511fde..edb134c137 100644 --- a/src/sql/engine/basic/ob_chunk_datum_store.cpp +++ b/src/sql/engine/basic/ob_chunk_datum_store.cpp @@ -757,7 +757,7 @@ inline int ObChunkDatumStore::dump_one_block(BlockBuffer *item) } if (OB_SUCC(ret)) { n_block_in_file_++; - LOG_INFO("RowStore Dumpped block", K_(item->block->rows), + LOG_DEBUG("RowStore Dumpped block", K_(item->block->rows), K_(item->cur_pos), K(item->capacity())); } if (OB_LIKELY(nullptr != io_event_observer_)) {