This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 198ad41ab99 [opt](jvm) enable BE jvm monitor by default (#60343)
198ad41ab99 is described below

commit 198ad41ab99406f3144c79142cb9d1ff4d0b138d
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Tue Feb 3 14:40:51 2026 +0800

    [opt](jvm) enable BE jvm monitor by default (#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 41d3112ec19..ac90587173e 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1546,7 +1546,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]

Reply via email to