Uh oh!
There was an error while loading. Please reload this page.
[opt](routine-load) optimize routine load task thread pool and related param - #32282
Conversation
doris-robot
commented
Mar 15, 2024
Thank you for your contribution to Apache Doris. |
sollhui
commented
Mar 15, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
sollhui
commented
Mar 15, 2024
run buildall |
doris-robot
commented
Mar 15, 2024
TPC-H: Total hot run time: 38577 ms |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
sollhui
commented
Mar 20, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
sollhui
commented
Mar 21, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
sollhui
commented
Mar 21, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Mar 21, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
sollhui
commented
Mar 21, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Mar 21, 2024
TPC-H: Total hot run time: 37695 ms |
doris-robot
commented
Mar 21, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Mar 21, 2024
TPC-H: Total hot run time: 37715 ms |
doris-robot
commented
Mar 21, 2024
TPC-DS: Total hot run time: 181044 ms |
doris-robot
commented
Mar 21, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Mar 21, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
sollhui
commented
Mar 22, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Mar 22, 2024
TPC-H: Total hot run time: 37614 ms |
doris-robot
commented
Mar 22, 2024
TPC-DS: Total hot run time: 181049 ms |
doris-robot
commented
Mar 22, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Mar 22, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
Proposed changes
There is too param control routine load task:
FE config: max_routine_load_task_num_per_be
BE config: routine_load_thread_pool_size
Based on these two considerations, the logical control of the number of tasks on the BE end was optimized, and the parameters were removed routine_load_thread_pool_size.
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...