This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-64454-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 009fb2287cc branch-4.1: [fix](test) skip test_temp_table (temp table
feature no longer maintained, backport of #64525) (#64607)
add ee73fbe6b86 [feature](be) Add BE stack trace HTTP API (#64454)
No new revisions were added by this update.
Summary of changes:
be/CMakeLists.txt | 16 +-
be/src/common/stack_trace.cpp | 30 +-
.../service/http/action/be_thread_stack_action.cpp | 1215 ++++++++++++++++++++
...t_segment_action.h => be_thread_stack_action.h} | 31 +-
be/src/service/http_service.cpp | 5 +
be/src/util/thrift_server.cpp | 85 +-
.../service/http/be_thread_stack_action_test.cpp | 437 +++++++
.../get/test_be_stack_trace_api.groovy | 169 +++
8 files changed, 1961 insertions(+), 27 deletions(-)
create mode 100644 be/src/service/http/action/be_thread_stack_action.cpp
copy be/src/service/http/action/{check_tablet_segment_action.h =>
be_thread_stack_action.h} (53%)
create mode 100644 be/test/service/http/be_thread_stack_action_test.cpp
create mode 100644
regression-test/suites/http_rest_api/get/test_be_stack_trace_api.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]