You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/12/07 07:30:05 UTC

[doris] branch master updated (cdbbf1e4ee -> 48a9166aa4)

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 cdbbf1e4ee [enhancement](memory) Add Memory GC when the available memory of the BE process is lacking (#14712)
     add 48a9166aa4 [Pipeline](sink) support olap table sink operator (#14872)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/empty_set_operator.h          |   5 +-
 be/src/pipeline/exec/exchange_sink_buffer.cpp      |   2 -
 be/src/pipeline/exec/exchange_sink_buffer.h        |   4 +-
 ...ource_operator.h => olap_table_sink_operator.h} |  27 +--
 be/src/pipeline/exec/operator.h                    |  42 ++---
 .../exec/streaming_aggregation_sink_operator.cpp   |  10 +-
 be/src/pipeline/pipeline_fragment_context.cpp      |   8 +-
 be/src/runtime/fragment_mgr.cpp                    | 181 +++++----------------
 be/src/runtime/fragment_mgr.h                      |   7 +-
 be/src/vec/exec/vexchange_node.h                   |  18 +-
 be/src/vec/sink/vtablet_sink.h                     |   2 +
 .../main/java/org/apache/doris/common/Config.java  |   3 +
 .../apache/doris/load/loadv2/LoadLoadingTask.java  |   1 +
 .../doris/load/update/UpdateStmtExecutor.java      |   2 +
 .../apache/doris/planner/StreamLoadPlanner.java    |   1 +
 .../main/java/org/apache/doris/qe/Coordinator.java |   5 +
 16 files changed, 115 insertions(+), 203 deletions(-)
 copy be/src/pipeline/exec/{sort_source_operator.h => olap_table_sink_operator.h} (56%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org