-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[opt](delete) Delete job should retry for failure that is not DELETE_INVALID_XXX
#37834
[opt](delete) Delete job should retry for failure that is not DELETE_INVALID_XXX
#37834
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39716 ms
|
TPC-DS: Total hot run time: 172457 ms
|
ClickBench: Total hot run time: 30.61 s
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run external |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
3d05c64
to
be8a182
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
be8a182
to
27a8702
Compare
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
TPC-H: Total hot run time: 40061 ms
|
TPC-DS: Total hot run time: 172335 ms
|
ClickBench: Total hot run time: 31.15 s
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40129 ms
|
TPC-DS: Total hot run time: 173079 ms
|
ClickBench: Total hot run time: 30.87 s
|
run cloud_p0 |
2 similar comments
run cloud_p0 |
run cloud_p0 |
TRY_LOCK_FAILED
statusDELETE_INVALID_XXX
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
Proposed changes
fix #37363, delete job should fail and abort for DELETE_INVALID_CONDITION/DELETE_INVALID_PARAMETERS and retry for other failures.
branch-2.1 pick: #38032