-
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] Lake compaction scheduler optimize in fe restart scenarios #54881
Merged
HangyuanLiu
merged 2 commits into
StarRocks:main
from
wxl24life:xiaolong/github-main-compaction-txn-on-restart
Jan 22, 2025
Merged
[Enhancement] Lake compaction scheduler optimize in fe restart scenarios #54881
HangyuanLiu
merged 2 commits into
StarRocks:main
from
wxl24life:xiaolong/github-main-compaction-txn-on-restart
Jan 22, 2025
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
fe/fe-core/src/main/java/com/starrocks/transaction/DatabaseTransactionMgr.java
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/lake/compaction/CompactionMgr.java
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/lake/compaction/CompactionScheduler.java
Outdated
Show resolved
Hide resolved
wxl24life
force-pushed
the
xiaolong/github-main-compaction-txn-on-restart
branch
3 times, most recently
from
January 12, 2025 14:48
8b274cc
to
2803208
Compare
wxl24life
force-pushed
the
xiaolong/github-main-compaction-txn-on-restart
branch
9 times, most recently
from
January 19, 2025 09:26
c16bc22
to
5698de2
Compare
…rios Signed-off-by: drake_wang <[email protected]>
wxl24life
force-pushed
the
xiaolong/github-main-compaction-txn-on-restart
branch
from
January 19, 2025 09:27
5698de2
to
51d052b
Compare
fe/fe-core/src/main/java/com/starrocks/transaction/DatabaseTransactionMgr.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/transaction/DatabaseTransactionMgr.java
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/lake/compaction/CompactionMgr.java
Outdated
Show resolved
Hide resolved
wxl24life
force-pushed
the
xiaolong/github-main-compaction-txn-on-restart
branch
from
January 20, 2025 11:09
a264e07
to
5c1382c
Compare
Signed-off-by: drake_wang <[email protected]>
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 34 / 36 (94.44%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
starrocks-xupeng
approved these changes
Jan 21, 2025
caneGuy
approved these changes
Jan 21, 2025
HangyuanLiu
approved these changes
Jan 22, 2025
@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
Jan 22, 2025
…ios (#54881) Signed-off-by: drake_wang <[email protected]> (cherry picked from commit e886985)
Open
18 tasks
mergify bot
pushed a commit
that referenced
this pull request
Jan 22, 2025
…ios (#54881) Signed-off-by: drake_wang <[email protected]> (cherry picked from commit e886985) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/transaction/TransactionStateSnapshot.java
Closed
18 tasks
@mergify backport branch-3.2 |
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Jan 22, 2025
…ios (#54881) Signed-off-by: drake_wang <[email protected]> (cherry picked from commit e886985) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/lake/compaction/CompactionMgr.java # fe/fe-core/src/main/java/com/starrocks/transaction/TransactionStateSnapshot.java # fe/fe-core/src/test/java/com/starrocks/lake/compaction/CompactionMgrTest.java # fe/fe-core/src/test/java/com/starrocks/lake/compaction/CompactionSchedulerTest.java
Open
18 tasks
wxl24life
added a commit
to wxl24life/starrocks
that referenced
this pull request
Jan 23, 2025
…ios (backport StarRocks#54881) Signed-off-by: drake_wang <[email protected]>
wxl24life
added a commit
to wxl24life/starrocks
that referenced
this pull request
Jan 23, 2025
…ios (backport StarRocks#54881) Signed-off-by: drake_wang <[email protected]>
wxl24life
added a commit
to wxl24life/starrocks
that referenced
this pull request
Jan 23, 2025
…ios (backport StarRocks#54881) Signed-off-by: drake_wang <[email protected]>
smartlxh
pushed a commit
that referenced
this pull request
Jan 23, 2025
…ios (backport #54881) (#55368) Signed-off-by: drake_wang <[email protected]>
wxl24life
added a commit
to wxl24life/starrocks
that referenced
this pull request
Jan 24, 2025
…ios (backport StarRocks#54881) Signed-off-by: drake_wang <[email protected]>
wxl24life
added a commit
to wxl24life/starrocks
that referenced
this pull request
Jan 24, 2025
…ios (backport StarRocks#54881) Signed-off-by: drake_wang <[email protected]>
backport to branch-3.2 #55388 |
backport to branch-3.3 #55389 |
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:
What I'm doing:
Fixes #54883
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: