[feat](cloud) implement decouple_instance (#61221)#61697
Open
w41ter wants to merge 1 commit intobranch-4.1from
Open
[feat](cloud) implement decouple_instance (#61221)#61697w41ter wants to merge 1 commit intobranch-4.1from
w41ter wants to merge 1 commit intobranch-4.1from
Conversation
When an instance is cloned via clone_instance, it maintains references to the source instance and snapshot. After snapshot compaction completes, these references can be safely removed to decouple the cloned instance, making it fully independent. Usage Example: ``` curl -X POST "http://ms_host:port/decouple_instance?instance_id=my_cloned_instance&token=xxx" ``` Requirements: - instance_id: The ID of the cloned instance to decouple - The instance must have been created via clone_instance - The instance's snapshot_compact_status must be SNAPSHOT_COMPACT_DONE
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
|
run buildall |
Contributor
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
When an instance is cloned via clone_instance, it maintains references to the source instance and snapshot. After snapshot compaction completes, these references can be safely removed to decouple the cloned instance, making it fully independent.
Usage Example:
Requirements:
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)