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 3a85f78cb59 [fix](delete) Fix potential delete job stuck util timeout if exception happend in FE DeleteJob execution (#41672) add 70f19d87c0c [fix](counters) fix MemoryUsage and PeakMemoryUsage counters of some operators (#41602) No new revisions were added by this update. Summary of changes: be/src/pipeline/dependency.cpp | 2 +- be/src/pipeline/dependency.h | 13 ++-- be/src/pipeline/exec/aggregation_sink_operator.cpp | 46 +++++------- be/src/pipeline/exec/aggregation_sink_operator.h | 2 +- .../pipeline/exec/aggregation_source_operator.cpp | 4 -- be/src/pipeline/exec/analytic_sink_operator.cpp | 9 +-- be/src/pipeline/exec/analytic_sink_operator.h | 2 +- be/src/pipeline/exec/analytic_source_operator.cpp | 3 +- be/src/pipeline/exec/assert_num_rows_operator.cpp | 2 - be/src/pipeline/exec/cache_source_operator.cpp | 1 - .../distinct_streaming_aggregation_operator.cpp | 1 - be/src/pipeline/exec/exchange_sink_buffer.cpp | 30 +++++++- be/src/pipeline/exec/exchange_sink_operator.cpp | 54 ++++++++++---- be/src/pipeline/exec/exchange_sink_operator.h | 1 - be/src/pipeline/exec/exchange_source_operator.cpp | 6 +- .../exec/group_commit_block_sink_operator.cpp | 3 - be/src/pipeline/exec/hashjoin_build_sink.cpp | 84 +++++++++++----------- be/src/pipeline/exec/hashjoin_build_sink.h | 4 +- be/src/pipeline/exec/hashjoin_probe_operator.cpp | 8 ++- .../pipeline/exec/join/process_hash_table_probe.h | 1 - .../exec/join/process_hash_table_probe_impl.h | 7 +- .../exec/multi_cast_data_stream_source.cpp | 1 - be/src/pipeline/exec/operator.cpp | 40 ++++++----- be/src/pipeline/exec/operator.h | 15 ++-- .../pipeline/exec/partition_sort_sink_operator.cpp | 4 +- .../exec/partition_sort_source_operator.cpp | 2 - .../exec/partitioned_aggregation_sink_operator.cpp | 10 +-- .../exec/partitioned_hash_join_probe_operator.cpp | 3 +- .../exec/partitioned_hash_join_sink_operator.cpp | 6 +- be/src/pipeline/exec/repeat_operator.cpp | 1 - be/src/pipeline/exec/scan_operator.h | 10 ++- be/src/pipeline/exec/sort_sink_operator.cpp | 9 ++- be/src/pipeline/exec/spill_sort_sink_operator.cpp | 12 ++-- .../exec/streaming_aggregation_operator.cpp | 57 +++++++-------- .../pipeline/exec/streaming_aggregation_operator.h | 6 -- .../local_exchange_source_operator.cpp | 6 +- be/src/pipeline/local_exchange/local_exchanger.cpp | 3 +- be/src/runtime/memory/mem_tracker.cpp | 53 -------------- be/src/runtime/memory/mem_tracker.h | 19 +---- be/src/vec/runtime/partitioner.cpp | 14 ++-- be/src/vec/runtime/partitioner.h | 6 +- be/src/vec/runtime/vdata_stream_mgr.cpp | 7 +- be/src/vec/runtime/vdata_stream_mgr.h | 4 ++ be/src/vec/runtime/vdata_stream_recvr.cpp | 19 ++--- be/src/vec/runtime/vdata_stream_recvr.h | 7 +- be/src/vec/sink/vdata_stream_sender.cpp | 12 ++-- be/src/vec/sink/vdata_stream_sender.h | 2 + 47 files changed, 286 insertions(+), 325 deletions(-) delete mode 100644 be/src/runtime/memory/mem_tracker.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org