-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Chore](scan) set enable_task_executor_in_internal_table conf's default value to true. #58017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Chore](scan) set enable_task_executor_in_internal_table conf's default value to true. #58017
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 34706 ms |
TPC-DS: Total hot run time: 186793 ms |
ClickBench: Total hot run time: 27.65 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run check_coverage |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
…lt value to true. (#58017) ### What problem does this PR solve? Related PR: #55935, #57833 Problem Summary: ### Release note Because the time task scheduler timeout issue, in #55935, we set `enable_task_executor_in_internal_table` conf's default value to true. in #57833, we fix it for some cases. So in this PR, set `enable_task_executor_in_internal_table` conf's default value to true.
…lt value to true. (apache#58017) ### What problem does this PR solve? Related PR: apache#55935, apache#57833 Problem Summary: ### Release note Because the time task scheduler timeout issue, in apache#55935, we set `enable_task_executor_in_internal_table` conf's default value to true. in apache#57833, we fix it for some cases. So in this PR, set `enable_task_executor_in_internal_table` conf's default value to true.
…'s default value to true." (apache#58144) Reverts apache#58017.
What problem does this PR solve?
Related PR: #55935, #57833
Problem Summary:
Release note
Because the time task scheduler timeout issue, in #55935, we set
enable_task_executor_in_internal_tableconf's default value to true. in #57833, we fix it for some cases. So in this PR, setenable_task_executor_in_internal_tableconf's default value to true.Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)