[enhancement](workload policy) Add username-based backend workload policy support#60559
[enhancement](workload policy) Add username-based backend workload policy support#60559wenzhenghu wants to merge 12 commits intoapache:masterfrom
Conversation
support workload policy base on username
Removed unused import statement for DebugUtil.
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
FE UT Coverage ReportIncrement line coverage |
TPC-H: Total hot run time: 30745 ms |
ClickBench: Total hot run time: 28.3 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 30346 ms |
ClickBench: Total hot run time: 28.26 s |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
FE UT Coverage ReportIncrement line coverage |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
| params.setLocalParams(Lists.newArrayList()); | ||
| params.setWorkloadGroups(coordinatorContext.getWorkloadGroups()); | ||
|
|
||
| if (connectContext != null && connectContext.getCurrentUserIdentity() != null) { |
There was a problem hiding this comment.
除了查询之外,streamload 以及insert into select 这里的设置也会起作用吗?
|
|
||
| [[nodiscard]] int get_fragment_id() const { return _fragment_id; } | ||
|
|
||
| RuntimeState* get_runtime_state() { return _runtime_state.get(); } |
| } | ||
| if (BE_METRIC_SET.contains(cond.getMetricType())) { | ||
| containsBeMetric = true; | ||
| boolean isFe = FE_METRIC_SET.contains(cond.getMetricType()); |
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)