Skip to content

Conversation

@morningman
Copy link
Contributor

Proposed changes

The assignment of _remote_thread_pool_max_size is missing in #27053.
It will result the maxConnection in S3 client to be 0, and block some operation such as list file in s3.

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@morningman
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2023

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
Tpch sf100 test result on commit 145f1f96b77dd486ff56ecf51409c5cc8195f916, data reload: false

run tpch-sf100 query with default conf and session variables
q1	4674	4442	4401	4401
q2	368	146	158	146
q3	1449	1268	1276	1268
q4	1128	986	967	967
q5	3197	3169	3179	3169
q6	250	131	128	128
q7	991	501	488	488
q8	2212	2205	2171	2171
q9	6727	9947	6660	6660
q10	10057	3268	3311	3268
q11	358	208	209	208
q12	367	219	209	209
q13	4550	3794	3771	3771
q14	247	212	221	212
q15	579	522	539	522
q16	463	390	393	390
q17	1019	629	573	573
q18	7718	7567	6952	6952
q19	1533	1454	1314	1314
q20	616	356	322	322
q21	3116	2687	2717	2687
q22	354	284	292	284
Total cold run time: 51973 ms
Total hot run time: 40110 ms

run tpch-sf100 query with default conf and set session variable runtime_filter_mode=off
q1	4371	4350	4333	4333
q2	268	161	178	161
q3	3529	3512	3509	3509
q4	2381	2376	2366	2366
q5	5718	5750	5755	5750
q6	238	121	122	121
q7	2379	1845	1887	1845
q8	3521	3523	3544	3523
q9	9045	8996	9004	8996
q10	3900	4001	3997	3997
q11	510	393	374	374
q12	762	595	582	582
q13	4299	3583	3568	3568
q14	281	250	261	250
q15	576	516	517	516
q16	514	473	456	456
q17	1876	1855	1892	1855
q18	8544	8233	8272	8233
q19	1725	1762	1738	1738
q20	2257	1963	1924	1924
q21	6511	6198	6164	6164
q22	506	438	417	417
Total cold run time: 63711 ms
Total hot run time: 60678 ms

@doris-robot
Copy link

(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 44.43 seconds
stream load tsv: 570 seconds loaded 74807831229 Bytes, about 125 MB/s
stream load json: 19 seconds loaded 2358488459 Bytes, about 118 MB/s
stream load orc: 66 seconds loaded 1101869774 Bytes, about 15 MB/s
stream load parquet: 33 seconds loaded 861443392 Bytes, about 24 MB/s
insert into select: 29.0 seconds inserted 10000000 Rows, about 344K ops/s
storage size: 17162334532 Bytes

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2023

PR approved by anyone and no changes requested.

Copy link
Contributor

@xiaokang xiaokang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xiaokang xiaokang merged commit 8df94f0 into apache:master Dec 7, 2023
eldenmoon added a commit that referenced this pull request Dec 8, 2023
* [fix](hudi-catalog) fix hudi catalog code (#27966)

backport: #27963

* [fix](Nereids): fix datetime fold-constant-be in Branch-2.0 (#27938)

fix fold-constant-be datetimev2 will lose the scale of datetime.

* [bug](function) fix compound expr coredump problem #27988 (#27989)

* [branch-2.0](cache) Fix partition cache support DATEV2  #27978 (#27990)

* [branch-2.0] delete auto partition docs (#28001)

* [fix](stats) Drop stats or update updated rows after truncate table (#27956)

1. Also clear follower's stats cache when doing drop stats.
2. Drop stats when truncate a table.

backport #27931

* [minor](stats) truncate min/max if too long #27955 (#27997)

* [agg](profile) fix incorrect profile (#28004) (#28035)

* [fix](remote-scanner-pool) missing _remote_thread_pool_max_size value #28057 (#28053)

bp #28057

* [enhance](partitionid) check partition id to avoid unexpected behavior (#28045)

* [opt](resource-tag) root and admin user can use any resource tag by default #28088 (#28080)

bp #28088

* [compile](compile option) add deflate to X86 only (#28089)

* change version to 2.0.3-rc05-var05

* [fix](Nereids): Preserve `""` in single quote strings and `''` in double quote strings. (#27959)

---------

Co-authored-by: Tiewei Fang <43782773+BePPPower@users.noreply.github.com>
Co-authored-by: jakevin <jakevingoo@gmail.com>
Co-authored-by: HappenLee <happenlee@hotmail.com>
Co-authored-by: Xinyi Zou <zouxinyi02@gmail.com>
Co-authored-by: zclllyybb <zhaochangle@selectdb.com>
Co-authored-by: Jibing-Li <64681310+Jibing-Li@users.noreply.github.com>
Co-authored-by: AKIRA <33112463+Kikyou1997@users.noreply.github.com>
Co-authored-by: TengJianPing <18241664+jacktengg@users.noreply.github.com>
Co-authored-by: Mingyu Chen <morningman@163.com>
Co-authored-by: Yongqiang YANG <98214048+dataroaring@users.noreply.github.com>
Co-authored-by: shuke <37901441+shuke987@users.noreply.github.com>
Co-authored-by: 谢健 <jianxie0@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants