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 24e17a5d19d [fix](function) fixed the get_json_string function (#32150)
     add 2e3d35f4f37 [refactor](rename) rename task group to workload group in 
be (#32204)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/cgroup_cpu_ctl.cpp                    |   2 +-
 be/src/agent/workload_group_listener.cpp           |  35 +++----
 be/src/common/daemon.cpp                           |   2 +-
 be/src/pipeline/pipeline_task.h                    |   2 +-
 be/src/pipeline/pipeline_tracing.cpp               |  10 +-
 be/src/pipeline/pipeline_tracing.h                 |   4 +-
 be/src/pipeline/pipeline_x/pipeline_x_task.h       |   2 +-
 be/src/pipeline/task_queue.h                       |   2 +-
 be/src/pipeline/task_scheduler.h                   |   2 +-
 be/src/runtime/exec_env.h                          |   8 +-
 be/src/runtime/exec_env_init.cpp                   |  10 +-
 be/src/runtime/fragment_mgr.cpp                    |  16 +--
 be/src/runtime/memory/mem_tracker_limiter.cpp      |   8 +-
 be/src/runtime/memory/mem_tracker_limiter.h        |  14 +--
 be/src/runtime/query_context.cpp                   |  30 +++---
 be/src/runtime/query_context.h                     |   6 +-
 .../workload_group.cpp}                            | 108 ++++++++++-----------
 .../workload_group.h}                              |  31 +++---
 .../workload_group_manager.cpp}                    |  75 +++++++-------
 .../workload_group_manager.h}                      |  23 ++---
 be/src/util/mem_info.cpp                           |  46 ++++-----
 be/src/vec/exec/scan/scanner_context.h             |   5 +-
 22 files changed, 213 insertions(+), 228 deletions(-)
 rename be/src/runtime/{task_group/task_group.cpp => 
workload_group/workload_group.cpp} (81%)
 rename be/src/runtime/{task_group/task_group.h => 
workload_group/workload_group.h} (87%)
 rename be/src/runtime/{task_group/task_group_manager.cpp => 
workload_group/workload_group_manager.cpp} (59%)
 rename be/src/runtime/{task_group/task_group_manager.h => 
workload_group/workload_group_manager.h} (70%)


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

Reply via email to