This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new d1318a7d089 [branch-2.1](jvm) disable BE's jvm metrics (#36009) d1318a7d089 is described below commit d1318a7d0892d3c898240e6767b19b7aed660fe1 Author: Mingyu Chen <morning...@163.com> AuthorDate: Fri Jun 7 15:28:02 2024 +0800 [branch-2.1](jvm) disable BE's jvm metrics (#36009) disable BE's jvm metrics on external p0, because there is some issue with ASAN when BE exit. --- regression-test/pipeline/external/conf/be.conf | 2 +- regression-test/pipeline/p0/conf/be.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/pipeline/external/conf/be.conf b/regression-test/pipeline/external/conf/be.conf index 2bd810e55cc..cbf5b7854d3 100644 --- a/regression-test/pipeline/external/conf/be.conf +++ b/regression-test/pipeline/external/conf/be.conf @@ -71,5 +71,5 @@ enable_fuzzy_mode=true enable_set_in_bitmap_value=true enable_feature_binlog=true -enable_jvm_monitor = true +#enable_jvm_monitor = true diff --git a/regression-test/pipeline/p0/conf/be.conf b/regression-test/pipeline/p0/conf/be.conf index 8e6921ab8f7..40b1b0669c6 100644 --- a/regression-test/pipeline/p0/conf/be.conf +++ b/regression-test/pipeline/p0/conf/be.conf @@ -81,5 +81,5 @@ enable_debug_points=true # debug scanner context dead loop enable_debug_log_timeout_secs=0 -enable_jvm_monitor = true +#enable_jvm_monitor = true --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org