-
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
[fix](backup) fix backup confict with ddl #42872
base: master
Are you sure you want to change the base?
[fix](backup) fix backup confict with ddl #42872
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
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.
Please describe why and add cases.
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
The following DDL is forbidden during backup snapshot - drop db - drop table - truncate table - drop partition
2923cc6
to
e034f1d
Compare
run buildall |
TeamCity be ut coverage result: |
e034f1d
to
348b4b7
Compare
run buildall |
TeamCity be ut coverage result: |
run buildall |
TeamCity be ut coverage result: |
fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java
Outdated
Show resolved
Hide resolved
job instanceof BackupJob
1a817b6
to
30c6ec5
Compare
run buildall |
fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java
Show resolved
Hide resolved
TeamCity be ut coverage result: |
run buildall |
TeamCity be ut coverage result: |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
problem
backup job failed with failed to get tablet
solution
The following DDL is forbidden during backup snapshot