Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 2025

Cherry-picked from #47498

…47498)

`select * from information_schema.workload_group_resource_usage;` got
duplicate rows if `enable_local_shuffle` is true. This is caused by a
serial schema scan operator which is not set correctly.

A regression test case could not be used because the
`workload_group_resource_usage` will not get a stable result.
@github-actions github-actions bot requested a review from dataroaring as a code owner February 6, 2025 01:40
@Thearas
Copy link
Contributor

Thearas commented Feb 6, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring closed this Feb 6, 2025
@dataroaring dataroaring reopened this Feb 6, 2025
@Thearas
Copy link
Contributor

Thearas commented Feb 6, 2025

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 40999 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit 0360e84daccabbd7e367934ecab8f389a7c2d1e6, data reload: false

------ Round 1 ----------------------------------
q1	17575	7434	7251	7251
q2	2057	191	169	169
q3	10582	1092	1197	1092
q4	10557	726	747	726
q5	7747	2866	2857	2857
q6	238	148	145	145
q7	984	620	628	620
q8	9372	1978	2017	1978
q9	6509	6309	6387	6309
q10	7078	2300	2288	2288
q11	466	260	265	260
q12	412	209	218	209
q13	17793	3023	2992	2992
q14	247	213	210	210
q15	578	525	551	525
q16	692	596	611	596
q17	1007	606	572	572
q18	7429	7012	6748	6748
q19	1393	1039	995	995
q20	500	211	208	208
q21	4037	3276	3404	3276
q22	1055	983	973	973
Total cold run time: 108308 ms
Total hot run time: 40999 ms

----- Round 2, with runtime_filter_mode=off -----
q1	7277	7197	7191	7191
q2	333	233	227	227
q3	2983	2941	3006	2941
q4	2089	1835	1827	1827
q5	5719	5766	5753	5753
q6	224	141	148	141
q7	2238	1804	1890	1804
q8	3371	3534	3552	3534
q9	8763	8883	8902	8883
q10	3629	3591	3599	3591
q11	607	517	509	509
q12	788	587	598	587
q13	10059	3232	3131	3131
q14	319	265	282	265
q15	577	527	515	515
q16	710	651	657	651
q17	1840	1612	1614	1612
q18	8225	7626	7751	7626
q19	1667	1489	1498	1489
q20	2029	1810	1878	1810
q21	5608	5433	5348	5348
q22	1124	1065	1007	1007
Total cold run time: 70179 ms
Total hot run time: 60442 ms

@Gabriel39 Gabriel39 merged commit 94082a1 into branch-3.0 Feb 7, 2025
20 of 22 checks passed
@github-actions github-actions bot deleted the auto-pick-47498-branch-3.0 branch February 7, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants