Uh oh!
There was an error while loading. Please reload this page.
[enhancement](exception) pageio method should return error when allocate memory failed - #40020
Conversation
doris-robot
commented
Aug 28, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
yiguolei
commented
Aug 28, 2024
run buildall |
| RETURN_IF_CATCH_EXCEPTION({return read_and_decompress_page_(opts, handle, body, footer)}); | ||
| } | ||
| Status PageIO::read_and_decompress_page_(const PageReadOptions& opts, PageHandle* handle, |
There was a problem hiding this comment.
warning: function 'read_and_decompress_page_' exceeds recommended size/complexity thresholds [readability-function-size]
Status PageIO::read_and_decompress_page_(const PageReadOptions& opts, PageHandle* handle,
^Additional context
be/src/olap/rowset/segment_v2/page_io.cpp:118: 115 lines including whitespace and comments (threshold 80)
Status PageIO::read_and_decompress_page_(const PageReadOptions& opts, PageHandle* handle,
^yiguolei
commented
Aug 28, 2024
run buildall |
yiguolei
commented
Aug 28, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
yiguolei
commented
Aug 28, 2024
run buildall |
yiguolei
commented
Aug 28, 2024
run buildall |
yiguolei
commented
Aug 28, 2024
run buildall |
doris-robot
commented
Aug 28, 2024
TPC-H: Total hot run time: 37820 ms |
doris-robot
commented
Aug 28, 2024
TPC-DS: Total hot run time: 194573 ms |
doris-robot
commented
Aug 28, 2024
ClickBench: Total hot run time: 31.87 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…ate memory failed (apache#40020) 1. pageio method should return error when allocate memory failed just for point query. 2. variant parsing logic should return error when allocate memory failed. --------- Co-authored-by: yiguolei <yiguolei@gmail.com>
…ate memory failed (apache#40020) 1. pageio method should return error when allocate memory failed just for point query. 2. variant parsing logic should return error when allocate memory failed. --------- Co-authored-by: yiguolei <yiguolei@gmail.com>
…ate memory failed (#40020) ## Proposed changes 1. pageio method should return error when allocate memory failed just for point query. 2. variant parsing logic should return error when allocate memory failed. --------- Co-authored-by: yiguolei <yiguolei@gmail.com>
…ate memory failed (apache#40020) ## Proposed changes 1. pageio method should return error when allocate memory failed just for point query. 2. variant parsing logic should return error when allocate memory failed. --------- Co-authored-by: yiguolei <yiguolei@gmail.com>
Proposed changes