-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Support only deleting shard meta from fe for shared-data cluster #53141
Merged
kevincai
merged 2 commits into
StarRocks:main
from
wxl24life:xiaolong/github-support-delete-shard-meta-only-in-fe
Dec 25, 2024
Merged
[Enhancement] Support only deleting shard meta from fe for shared-data cluster #53141
kevincai
merged 2 commits into
StarRocks:main
from
wxl24life:xiaolong/github-support-delete-shard-meta-only-in-fe
Dec 25, 2024
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
fb79562
to
95e534c
Compare
95e534c
to
7fbac72
Compare
starrocks-xupeng
approved these changes
Dec 10, 2024
d03c55c
to
3a87ed0
Compare
fe/fe-core/src/main/java/com/starrocks/lake/StarMgrMetaSyncer.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/test/java/com/starrocks/lake/StarMgrMetaSyncerTest.java
Outdated
Show resolved
Hide resolved
kevincai
reviewed
Dec 18, 2024
fe/fe-core/src/test/java/com/starrocks/lake/StarMgrMetaSyncerTest.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/lake/StarMgrMetaSyncer.java
Outdated
Show resolved
Hide resolved
8e820e3
to
1dea62d
Compare
Signed-off-by: drake_wang <[email protected]>
1dea62d
to
4fe9157
Compare
Signed-off-by: drake_wang <[email protected]>
e1bc744
to
5ee6e37
Compare
|
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 31 / 31 (100.00%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
kevincai
approved these changes
Dec 25, 2024
wyb
approved these changes
Dec 25, 2024
@Mergifyio backport branch-3.4 |
@Mergifyio backport branch-3.3 |
✅ Backports have been created
|
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Dec 25, 2024
…a cluster (#53141) Signed-off-by: drake_wang <[email protected]> (cherry picked from commit ffbd98b)
18 tasks
mergify bot
pushed a commit
that referenced
this pull request
Dec 25, 2024
…a cluster (#53141) Signed-off-by: drake_wang <[email protected]> (cherry picked from commit ffbd98b)
18 tasks
wanpengfei-git
pushed a commit
that referenced
this pull request
Dec 27, 2024
…a cluster (backport #53141) (#54321) Co-authored-by: Drake Wang <[email protected]>
wanpengfei-git
pushed a commit
that referenced
this pull request
Dec 27, 2024
…a cluster (backport #53141) (#54322) Co-authored-by: Drake Wang <[email protected]>
maggie-zhu
pushed a commit
to maggie-zhu/starrocks
that referenced
this pull request
Jan 6, 2025
…a cluster (StarRocks#53141) Signed-off-by: drake_wang <[email protected]>
zhangyifan27
pushed a commit
to zhangyifan27/starrocks
that referenced
this pull request
Feb 10, 2025
…a cluster (backport StarRocks#53141) (StarRocks#54322) Co-authored-by: Drake Wang <[email protected]>
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.
Why I'm doing:
Add an option to delete staros meta from FE quickly
What I'm doing:
Fixes #53554
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: