Uh oh!
There was an error while loading. Please reload this page.
[enhancement](memoryfailed) throw exception instead of log fatal during memory allocate failed - #49876
Conversation
…ng memory allocate failed
Thearas
commented
Apr 8, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
yiguolei
commented
Apr 8, 2025
run buildall |
yiguolei
commented
Apr 8, 2025
run buildall |
doris-robot
commented
Apr 8, 2025
TPC-H: Total hot run time: 34204 ms |
doris-robot
commented
Apr 8, 2025
TPC-DS: Total hot run time: 192377 ms |
doris-robot
commented
Apr 8, 2025
ClickBench: Total hot run time: 30.7 s |
hello-stephen
commented
Apr 8, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
| // If memory allocate failed during deserialize, st is not ok, throw exception here to | ||
| // stop the query. | ||
| if (!st.ok()) { | ||
| throw doris::Exception(ErrorCode::INTERNAL_ERROR, st.to_string()); |
There was a problem hiding this comment.
we have more proper ErrorCode MemoryLimitExceeded
There was a problem hiding this comment.
throw doris::Exception(st.code(), st.to_string());
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
PR approved by at least one committer and no changes requested. |
yiguolei
commented
Apr 9, 2025
run buildall |
doris-robot
commented
Apr 9, 2025
TPC-H: Total hot run time: 34229 ms |
doris-robot
commented
Apr 9, 2025
TPC-DS: Total hot run time: 186589 ms |
doris-robot
commented
Apr 9, 2025
ClickBench: Total hot run time: 31.15 s |
hello-stephen
commented
Apr 9, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
…ng memory allocate failed (#49876)
…ng memory allocate failed (#49876)
…ng memory allocate failed (apache#49876)
…ng memory allocate failed (apache#49876)
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)