This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 45c8070958d [emhancement](compaction) disable compaction pause on high
memory by default (#61938)
45c8070958d is described below
commit 45c8070958d0423cad2d88a16208726e3c891889
Author: Luwei <[email protected]>
AuthorDate: Thu Jul 30 11:25:53 2026 +0800
[emhancement](compaction) disable compaction pause on high memory by
default (#61938)
pick master #61288
---
be/src/common/config.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index 65a71872fba..5ffbd183d7e 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1611,7 +1611,7 @@ DEFINE_mBool(enable_mow_verbose_log, "false");
DEFINE_mInt32(tablet_sched_delay_time_ms, "5000");
DEFINE_mInt32(load_trigger_compaction_version_percent, "66");
DEFINE_mInt64(base_compaction_interval_seconds_since_last_operation, "86400");
-DEFINE_mBool(enable_compaction_pause_on_high_memory, "true");
+DEFINE_mBool(enable_compaction_pause_on_high_memory, "false");
DEFINE_mBool(enable_quorum_success_write, "true");
DEFINE_mDouble(quorum_success_max_wait_multiplier, "0.2");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]