Uh oh!
There was an error while loading. Please reload this page.
[improve](cloud) add error msg when abort stream load transaction to meta service - #42148
Conversation
doris-robot
commented
Oct 21, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
sollhui
commented
Oct 21, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 21, 2024
TeamCity be ut coverage result: |
sollhui
commented
Oct 21, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 21, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
If use explicit transactions, error messages may display inaccurately:
But actually, it is DATA_QUALITY_ERROR. The reason is:
explicit transactions reuses the logic of stream load, but when stream load aborts transactions, it will not submit error messages to meta service.
Fix result: