-
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
[Enhancement](restore) restore table or partition with the same replication num as before the backup #11942
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
area/planner
Issues or PRs related to the query planner
kind/docs
Categorizes issue or PR as related to documentation.
labels
Aug 20, 2022
nextdreamblue
changed the title
[Enhancement] (restore) restore table or partition with the same replication_num as before the backup
[Enhancement](restore) restore table or partition with the same replication num as before the backup
Aug 20, 2022
stalary
requested changes
Aug 21, 2022
...zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/RESTORE.md
Outdated
Show resolved
Hide resolved
nextdreamblue
changed the title
[Enhancement](restore) restore table or partition with the same replication num as before the backup
[Enhancement](restore) restore table or partition with the same replication num as before the backup
Aug 22, 2022
cambyzju
reviewed
Aug 23, 2022
fe/fe-core/src/main/java/org/apache/doris/analysis/RestoreStmt.java
Outdated
Show resolved
Hide resolved
nextdreamblue
force-pushed
the
master
branch
2 times, most recently
from
August 24, 2022 09:06
c82416a
to
94e42b8
Compare
nextdreamblue
requested review from
cambyzju and
stalary
and removed request for
cambyzju
August 25, 2022 03:33
lide-reed
previously approved these changes
Sep 1, 2022
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
morningman
reviewed
Sep 1, 2022
stalary
previously approved these changes
Sep 2, 2022
github-actions
bot
added
the
approved
Indicates a PR has been approved by one committer.
label
Sep 2, 2022
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
add restore new property 'reserve_replica', which means you can get a table with same partitions with the same replication num as before the backup.
…tion_num as before the backup
…the same replication num as before the backup Co-authored-by: Stalary <stalary@163.com>
…the same replication num as before the backup
…eplica' Co-authored-by: camby <104178625@qq.com>
nextdreamblue
dismissed stale reviews from stalary and lide-reed
via
September 2, 2022 02:07
8eea10c
nextdreamblue
force-pushed
the
master
branch
from
September 2, 2022 02:07
94e42b8
to
8eea10c
Compare
github-actions
bot
removed
the
approved
Indicates a PR has been approved by one committer.
label
Sep 2, 2022
nextdreamblue
requested review from
morningman and
lide-reed
and removed request for
cambyzju and
morningman
September 2, 2022 08:14
lide-reed
approved these changes
Sep 2, 2022
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
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/planner
Issues or PRs related to the query planner
dev/merged-1.1.4
kind/docs
Categorizes issue or PR as related to documentation.
reviewed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add restore new property 'reserve_replica', which means you can
get a table with same partitions with the same replication num
as before the backup.
Proposed changes
Issue Number: close #11941
Problem summary
Describe your changes.
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...