-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[bugfix](backup)(cooldown) cancel backup properly when be backup failed #38724
Conversation
Currently, when a backup job failed, but it still at the state of SNAPSHOTING. Cancel the cancel backup properly when be backup failed
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
TPC-H: Total hot run time: 41682 ms
|
TPC-DS: Total hot run time: 169206 ms
|
ClickBench: Total hot run time: 29.58 s
|
clang-tidy review says "All clean, LGTM! 👍" |
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 buildall |
TPC-H: Total hot run time: 41352 ms
|
TPC-DS: Total hot run time: 169502 ms
|
ClickBench: Total hot run time: 30.57 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.
Reset LGTM.
fe/fe-core/src/main/java/org/apache/doris/backup/BackupJob.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/backup/BackupJob.java
Outdated
Show resolved
Hide resolved
regression-test/suites/backup_restore/test_backup_cancelled.groovy
Outdated
Show resolved
Hide resolved
modify non concurrent injection
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
PR approved by at least one committer and no changes requested. |
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
run buildall |
TPC-H: Total hot run time: 41920 ms
|
TPC-DS: Total hot run time: 168718 ms
|
ClickBench: Total hot run time: 29.67 s
|
run cloud_p1 |
…ed (apache#38724) Currently, when a backup job failed, but it still at the state of SNAPSHOTING. Cancel the cancel backup properly when be backup failed
…ed (apache#38724) Currently, when a backup job failed, but it still at the state of SNAPSHOTING. Cancel the cancel backup properly when be backup failed
…ed (#38724) (#38993) Co-authored-by: zhangyuan <[email protected]>
…ed (apache#38724) Currently, when a backup job failed, but it still at the state of SNAPSHOTING. Cancel the cancel backup properly when be backup failed
#38724 (#38994) cherry pick from #38724 Co-authored-by: zhangyuan <[email protected]>
…ed (#38724) Currently, when a backup job failed, but it still at the state of SNAPSHOTING. Cancel the cancel backup properly when be backup failed
…ed (apache#38724) Currently, when a backup job failed, but it still at the state of SNAPSHOTING. Cancel the cancel backup properly when be backup failed
…ed (#38724) Currently, when a backup job failed, but it still at the state of SNAPSHOTING. Cancel the cancel backup properly when be backup failed
apache#38724 (apache#38994) cherry pick from apache#38724 Co-authored-by: zhangyuan <[email protected]>
Currently, when a backup job failed, but it still at the state of SNAPSHOTING.
Cancel the cancel backup properly when be backup failed