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 aeacc3a6b74 [Improment](executor)Add scanbytes/scanrows condition
(#31364)
add 37d3109fcf4 [Improvement](executor)add remote scan thread pool (#31376)
No new revisions were added by this update.
Summary of changes:
be/src/agent/cgroup_cpu_ctl.cpp | 2 +-
be/src/agent/cgroup_cpu_ctl.h | 5 +-
be/src/agent/workload_group_listener.cpp | 2 +-
be/src/runtime/query_context.cpp | 4 +-
be/src/runtime/query_context.h | 5 +
be/src/runtime/task_group/task_group.cpp | 172 ++++++++++++++++++++-
be/src/runtime/task_group/task_group.h | 28 ++++
be/src/runtime/task_group/task_group_manager.cpp | 171 +-------------------
be/src/runtime/task_group/task_group_manager.h | 23 +--
be/src/vec/exec/scan/scanner_context.cpp | 1 +
be/src/vec/exec/scan/scanner_context.h | 3 +
be/src/vec/exec/scan/scanner_scheduler.cpp | 24 ++-
be/src/vec/exec/scan/scanner_scheduler.h | 34 +++-
.../resource/workloadgroup/WorkloadGroup.java | 47 +++++-
.../resource/workloadgroup/WorkloadGroupMgr.java | 3 +-
.../doris/tablefunction/MetadataGenerator.java | 10 +-
.../WorkloadGroupsTableValuedFunction.java | 2 +
gensrc/thrift/BackendService.thrift | 2 +
gensrc/thrift/FrontendService.thrift | 2 +-
19 files changed, 322 insertions(+), 218 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]