From 0bcbd01a03540961d4ace7e208a169bdc1205e5b Mon Sep 17 00:00:00 2001 From: Siyang Tang Date: Wed, 5 Feb 2025 19:00:30 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"[chore](compaction)=20Enable=20schema?= =?UTF-8?q?=20change=20new=20tablet=20to=20do=20compaction=20=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3509647d0761575c7adcf57ddc488d15d2b81d05. --- be/src/cloud/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/cloud/config.cpp b/be/src/cloud/config.cpp index f630937a38dafd..141c7a9b170eb1 100644 --- a/be/src/cloud/config.cpp +++ b/be/src/cloud/config.cpp @@ -64,7 +64,7 @@ DEFINE_mBool(save_load_error_log_to_s3, "false"); DEFINE_mInt32(sync_load_for_tablets_thread, "32"); -DEFINE_mBool(enable_new_tablet_do_compaction, "true"); +DEFINE_mBool(enable_new_tablet_do_compaction, "false"); DEFINE_Int32(delete_bitmap_lock_expiration_seconds, "10");