-
Notifications
You must be signed in to change notification settings - Fork 2.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
fix: Fix no L0 compaction tasks are executed #34537
fix: Fix no L0 compaction tasks are executed #34537
Conversation
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
rerun ut |
rerun ut |
/lgtm |
…7-fix-compaction-block
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #34537 +/- ##
==========================================
+ Coverage 80.69% 84.39% +3.69%
==========================================
Files 1127 876 -251
Lines 139341 115798 -23543
==========================================
- Hits 112443 97728 -14715
+ Misses 22613 13750 -8863
- Partials 4285 4320 +35
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bigsheeper, xiaofan-luan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
The nodeID for compaction task initialization is 0. This PR adjusts the task reassignment conditions to allow new compaction tasks to be reassigned and executed.
issue: #34460