This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 305dd15fea [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query (#13035) add a22ee89431 [Enhancement](jemalloc):support heap dump by http request at runtime (#15429) No new revisions were added by this update. Summary of changes: be/src/common/config.h | 2 + be/src/http/CMakeLists.txt | 1 + be/src/http/action/jeprofile_actions.cpp | 81 ++++++++++++++++++++++ .../{pprof_actions.h => jeprofile_actions.h} | 10 ++- be/src/service/http_service.cpp | 4 ++ docs/en/community/developer-guide/debug-tool.md | 53 ++++++++++++++ docs/zh-CN/community/developer-guide/debug-tool.md | 53 ++++++++++++++ 7 files changed, 198 insertions(+), 6 deletions(-) create mode 100644 be/src/http/action/jeprofile_actions.cpp copy be/src/http/action/{pprof_actions.h => jeprofile_actions.h} (88%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org