This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-4.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit ea73a6e1b2e59159d34ff94b031a3f65bcff598b Author: Mingyu Chen (Rayner) <[email protected]> AuthorDate: Sat Mar 14 10:32:07 2026 -0700 branch-4.1: [opt](jvm) enable BE jvm monitor by default (#60343) (#61337) Cherry-pick from #60343 --- 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 dd6f80c4a48..94275ee4c40 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -1510,7 +1510,7 @@ DEFINE_mInt64(fetch_remote_schema_rpc_timeout_ms, "60000"); DEFINE_Int64(s3_file_system_local_upload_buffer_size, "5242880"); //JVM monitoring enable. To prevent be from crashing due to jvm compatibility issues. The default setting is off. -DEFINE_Bool(enable_jvm_monitor, "false"); +DEFINE_Bool(enable_jvm_monitor, "true"); DEFINE_Int32(load_data_dirs_threads, "-1"); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
