This is an automated email from the ASF dual-hosted git repository.
wangbo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from be3a906e679 [fix](csv reader) fix csv parser incorrect if enclosing
line_delimiter (#38347)
add f2f53563a6b [Imrpoment]Add io throttle (#38238)
No new revisions were added by this update.
Summary of changes:
be/src/agent/workload_group_listener.cpp | 3 +
.../schema_workload_groups_scanner.cpp | 2 +
be/src/io/fs/file_reader.cpp | 14 ++++
be/src/io/fs/file_reader.h | 4 ++
be/src/io/fs/local_file_reader.cpp | 38 +++++++++++
be/src/io/fs/local_file_reader.h | 18 +++++
be/src/olap/olap_common.h | 6 ++
be/src/runtime/thread_context.h | 12 +++-
be/src/runtime/workload_group/workload_group.cpp | 79 +++++++++++++++++-----
be/src/runtime/workload_group/workload_group.h | 12 ++++
be/src/runtime/workload_management/io_throttle.cpp | 73 ++++++++++++++++++++
.../io_throttle.h} | 54 ++++++++-------
be/src/service/doris_main.cpp | 2 +
.../java/org/apache/doris/catalog/SchemaTable.java | 2 +
.../resource/workloadgroup/WorkloadGroup.java | 52 +++++++++++++-
.../resource/workloadgroup/WorkloadGroupMgr.java | 1 +
.../doris/tablefunction/MetadataGenerator.java | 7 +-
gensrc/thrift/BackendService.thrift | 2 +
.../data/workload_manager_p0/test_curd_wlg.out | 8 +--
.../workload_manager_p0/test_curd_wlg.groovy | 28 +++++++-
20 files changed, 365 insertions(+), 52 deletions(-)
create mode 100644 be/src/runtime/workload_management/io_throttle.cpp
copy be/src/runtime/{broker_mgr.h => workload_management/io_throttle.h} (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]