Uh oh!
There was an error while loading. Please reload this page.
[fix](compaction) compaction should catch exception when read next block - #24484
Conversation
hust-hhb
commented
Sep 15, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 15, 2023
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Sep 15, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
Proposed changes
when string column length is bigger than 4G, it will throw excepiton on ColumnString::insert_range_from, now compaction dosen't catch this excepiton, which may lead to be compaction core.
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...