-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Bug](routine load) Fix routine load task failed with MEM_LIMIT_EXCEED never be scheduled again #55481
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
[Bug](routine load) Fix routine load task failed with MEM_LIMIT_EXCEED never be scheduled again #55481
Conversation
|
run buildall |
TPC-H: Total hot run time: 34172 ms |
TPC-DS: Total hot run time: 186311 ms |
ClickBench: Total hot run time: 32.61 s |
|
run buildall |
TPC-H: Total hot run time: 34131 ms |
TPC-DS: Total hot run time: 187202 ms |
ClickBench: Total hot run time: 32.7 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
0716fbc to
b47f9a3
Compare
|
run buildall |
TPC-H: Total hot run time: 34152 ms |
TPC-DS: Total hot run time: 187542 ms |
ClickBench: Total hot run time: 32.35 s |
FE Regression Coverage ReportIncrement line coverage |
|
run p0 |
FE Regression Coverage ReportIncrement line coverage |
lide-reed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…D never be scheduled again (#55481) A routine load task which submit failed with following msg will never be scheduled again, causing the corresponding kafka partition to no longer be consumed. ``` 2025-08-29 03:42:24:errCode = 2, detailMessage = failed to send task: errCode = 2, detailMessage = failed to submit task. error code: MEM_LIMIT_EXCEEDED, msg: (10.0.72.47)[MEM_LIMIT_EXCEEDED] is_exceed_soft_mem_limit: 0 current_load_mem_value: 114837740081 _load_mem_limit: 112722727424 ```
…D never be scheduled again (#55481) A routine load task which submit failed with following msg will never be scheduled again, causing the corresponding kafka partition to no longer be consumed. ``` 2025-08-29 03:42:24:errCode = 2, detailMessage = failed to send task: errCode = 2, detailMessage = failed to submit task. error code: MEM_LIMIT_EXCEEDED, msg: (10.0.72.47)[MEM_LIMIT_EXCEEDED] is_exceed_soft_mem_limit: 0 current_load_mem_value: 114837740081 _load_mem_limit: 112722727424 ```
…D never be scheduled again (apache#55481) A routine load task which submit failed with following msg will never be scheduled again, causing the corresponding kafka partition to no longer be consumed. ``` 2025-08-29 03:42:24:errCode = 2, detailMessage = failed to send task: errCode = 2, detailMessage = failed to submit task. error code: MEM_LIMIT_EXCEEDED, msg: (10.0.72.47)[MEM_LIMIT_EXCEEDED] is_exceed_soft_mem_limit: 0 current_load_mem_value: 114837740081 _load_mem_limit: 112722727424 ```
What problem does this PR solve?
Related PR: #53853
Problem Summary:
A routine load task which submit failed with following msg will never be scheduled again, causing the corresponding kafka partition to no longer be consumed.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)