You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2022/12/20 03:49:41 UTC

[doris] branch master updated (5c5ccd8d45 -> 938f4f33d6)

This is an automated email from the ASF dual-hosted git repository.

lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 5c5ccd8d45 [regression](pipeline) add TPCH cases (#15177)
     add 938f4f33d6 [Pipeline] Add MLFQ when schedule (#15124)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/CMakeLists.txt                |   1 +
 be/src/pipeline/exec/operator.h               |   7 +-
 be/src/pipeline/pipeline.h                    |   2 +-
 be/src/pipeline/pipeline_fragment_context.cpp |  56 +++++---
 be/src/pipeline/pipeline_fragment_context.h   |  14 +-
 be/src/pipeline/pipeline_task.cpp             |  13 ++
 be/src/pipeline/pipeline_task.h               |  10 +-
 be/src/pipeline/task_queue.cpp                | 192 ++++++++++++++++++++++++++
 be/src/pipeline/task_queue.h                  | 115 +++++++++++++++
 be/src/pipeline/task_scheduler.cpp            |  25 ++--
 be/src/pipeline/task_scheduler.h              | 186 +------------------------
 be/src/runtime/fragment_mgr.cpp               |   8 +-
 12 files changed, 399 insertions(+), 230 deletions(-)
 create mode 100644 be/src/pipeline/task_queue.cpp
 create mode 100644 be/src/pipeline/task_queue.h


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