[fix] (schema change) ignore the error of repeatedly writing rowset when schema change#29733
Conversation
…uring schema change
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 39230 ms |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
TPC-DS: Total hot run time: 186631 ms |
ClickBench: Total hot run time: 31.94 s |
|
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.