Uh oh!
There was an error while loading. Please reload this page.
[fix] (schema change) ignore the error of repeatedly writing rowset when schema change - #29733
Conversation
…uring schema change
luwei16
commented
Jan 9, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jan 9, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jan 9, 2024
TPC-H: Total hot run time: 39230 ms |
doris-robot
commented
Jan 9, 2024
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Jan 9, 2024
TPC-DS: Total hot run time: 186631 ms |
doris-robot
commented
Jan 9, 2024
ClickBench: Total hot run time: 31.94 s |
doris-robot
commented
Jan 9, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…uring schema change (apache#29733)
…uring schema change (#29733)
…uring schema change (apache#29733)
When load and schema change are concurrent, the same rowset may be written repeatedly. This error needs to be ignored.