Uh oh!
There was an error while loading. Please reload this page.
branch-2.1: [opt](load) Increase the default value of webserver_num_workers #46304 - #46596
branch-2.1: [opt](load) Increase the default value of webserver_num_workers #46304#46596github-actions[bot] wants to merge 1 commit into
Conversation
yiguolei
commented
Jan 8, 2025
run buildall |
doris-robot
commented
Jan 8, 2025
TeamCity be ut coverage result: |
1. In high-concurrency stream load scenarios, there aren't enough webserver threads available. 2. During stream load, after data reception and while waiting for execution, the synchronous wait occupies HTTP threads. To address the issue of insufficient HTTP threads during high-concurrency stream loads causing slow data reception, we increased the number of threads.
fffdbf1 to
d57122dCompareyiguolei
commented
Jan 8, 2025
run buildall |
doris-robot
commented
Jan 8, 2025
TeamCity be ut coverage result: |
Cherry-picked from #46304