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 215c1625b2b [chore](fragmentid) rename fragment id to fragment instance id in thrift definition file (#25787) add 87b414cdae8 [Fix](query execution) Fix result sink fragment can't be cancelled in non-pipeline (#25524) No new revisions were added by this update. Summary of changes: be/src/pipeline/pipeline_fragment_context.cpp | 6 +- be/src/runtime/fragment_mgr.cpp | 126 ++++++++------------- be/src/runtime/fragment_mgr.h | 11 +- be/src/runtime/memory/thread_mem_tracker_mgr.cpp | 2 +- be/src/runtime/memory/thread_mem_tracker_mgr.h | 2 +- be/src/runtime/plan_fragment_executor.cpp | 9 +- be/src/runtime/query_context.h | 2 +- be/src/runtime/runtime_state.cpp | 1 + be/src/service/internal_service.cpp | 20 ++-- be/src/util/doris_metrics.h | 2 +- be/src/vec/common/allocator.cpp | 4 +- .../maint-monitor/monitor-metrics/metrics.md | 2 +- .../array_functions/test_array_map_function.groovy | 12 +- 13 files changed, 90 insertions(+), 109 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org