-
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] Refactor lake compaction task cancel checker in BE to ensure it can stop asap #54832
[Enhancement] Refactor lake compaction task cancel checker in BE to ensure it can stop asap #54832
Conversation
47a018f
to
0265b28
Compare
2f80404
to
bc62d54
Compare
09302e4
to
829b048
Compare
Signed-off-by: drake_wang <wxl250059@alibaba-inc.com>
978a386
to
08ee90f
Compare
08ee90f
to
d89c5d9
Compare
This PR just ensure that the txn status can be checked even if the first tablet is done, but not necessary to fix the related issue. |
The bug issue is more relevant to #54908 。 This pr is an optimization to make txn checking can continue even it's not the first tablet |
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]❌ fail : 16 / 37 (43.24%) file detail
|
@Mergifyio backport branch-3.4 |
@Mergifyio backport branch-3.3 |
@Mergifyio backport branch-3.2 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
…nsure it can stop asap (#54832) (cherry picked from commit 2fd71c7) # Conflicts: # be/src/storage/lake/compaction_scheduler.cpp # be/src/storage/lake/compaction_task_context.h # be/test/storage/lake/compaction_scheduler_test.cpp # be/test/storage/lake/lake_primary_key_consistency_test.cpp # be/test/storage/lake/primary_key_compaction_task_test.cpp # be/test/storage/lake/primary_key_publish_test.cpp
Why I'm doing:
What I'm doing:
#54071
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: