Uh oh!
There was an error while loading. Please reload this page.
[enhance](memtable) support dynamic modification of flush thread pool size - #60423
Conversation
hello-stephen
commented
Feb 2, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
sollhui
commented
Feb 2, 2026
run buildall |
ede3ce5 to
4d19e65Comparesollhui
commented
Feb 2, 2026
run buildall |
4d19e65 to
2c088f5Comparesollhui
commented
Feb 2, 2026
run buildall |
doris-robot
commented
Feb 2, 2026
TPC-H: Total hot run time: 31719 ms |
doris-robot
commented
Feb 2, 2026
ClickBench: Total hot run time: 28.72 s |
2c088f5 to
2ff3e75Comparesollhui
commented
Feb 2, 2026
run buildall |
doris-robot
commented
Feb 2, 2026
TPC-H: Total hot run time: 32153 ms |
doris-robot
commented
Feb 2, 2026
ClickBench: Total hot run time: 28.3 s |
doris-robot
commented
Feb 2, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Feb 2, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Feb 2, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
2ff3e75 to
d4dae3aComparesollhui
commented
Feb 3, 2026
run buildall |
d4dae3a to
f3c20b0Comparesollhui
commented
Feb 3, 2026
run buildall |
doris-robot
commented
Feb 3, 2026
TPC-H: Total hot run time: 32036 ms |
doris-robot
commented
Feb 3, 2026
ClickBench: Total hot run time: 27.99 s |
f3c20b0 to
453da1eComparesollhui
commented
Feb 3, 2026
run buildall |
doris-robot
commented
Feb 3, 2026
TPC-H: Total hot run time: 31929 ms |
doris-robot
commented
Feb 3, 2026
ClickBench: Total hot run time: 28.81 s |
doris-robot
commented
Feb 3, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Feb 3, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Feb 4, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Feb 4, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by anyone and no changes requested. |
PR approved by at least one committer and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
… size (#60423) ### What problem does this PR solve? Support dynamic modification of flush thread pool size. Usage Example: ``` # Update flush thread pool size without restarting BE curl "http://be_host:webserver_port/api/update_config?flush_thread_num_per_store=10" curl "http://be_host:webserver_port/api/update_config?max_flush_thread_num_per_cpu=8" ```
What problem does this PR solve?
Support dynamic modification of flush thread pool size.
Usage Example:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)