This is an automated email from the ASF dual-hosted git repository. wangbo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 56fc08e0b48 [Test](bloom filter) add retry and retry timeout for bloom filter test case (#42609) add b3b04ab8485 [opt](memory) Support Jemalloc heap profile start at runtime and automatically generate dot (#42059) No new revisions were added by this update. Summary of changes: be/CMakeLists.txt | 1 + be/src/http/action/jeprofile_actions.cpp | 124 ++++++++++++-------- be/src/http/action/jeprofile_actions.h | 34 ++++-- be/src/runtime/exec_env.h | 3 + be/src/runtime/exec_env_init.cpp | 3 + be/src/runtime/memory/heap_profiler.cpp | 130 +++++++++++++++++++++ .../memory/heap_profiler.h} | 22 ++-- be/src/service/http_service.cpp | 15 ++- bin/run-fs-benchmark.sh | 2 +- bin/start_be.sh | 2 +- cloud/script/start.sh | 4 +- conf/be.conf | 2 +- regression-test/pipeline/external/conf/be.conf | 2 +- regression-test/pipeline/p0/conf/be.conf | 2 +- regression-test/pipeline/p1/conf/be.conf | 2 +- 15 files changed, 277 insertions(+), 71 deletions(-) create mode 100644 be/src/runtime/memory/heap_profiler.cpp copy be/src/{agent/workload_sched_policy_listener.h => runtime/memory/heap_profiler.h} (62%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org