-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: Tidy compaction executor #33778
enhance: Tidy compaction executor #33778
Conversation
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
rerun ut |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bigsheeper, czs007 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 |
rerun ut |
…6-move-compaction-executor
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #33778 +/- ##
==========================================
- Coverage 80.92% 80.87% -0.05%
==========================================
Files 1058 1058
Lines 135395 135397 +2
==========================================
- Hits 109562 109507 -55
- Misses 21656 21690 +34
- Partials 4177 4200 +23
|
…6-move-compaction-executor
/lgtm |
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This PR cherry-picks the following commits related to compaction: - Use a pool for CompactionExecutor. #33558 - Move compaction executor to compaction pacakge. #33778 - Ensure the idempotency of compaction tasks. #33872 - Add comment for channel cp updater. #33759 issue: #33182, #32451 pr: #33558, #33778, #33872, #33759 --------- Signed-off-by: coldWater <254244460@qq.com> Signed-off-by: bigsheeper <yihao.dai@zilliz.com> Co-authored-by: coldWater <254244460@qq.com>
Move compaction executor to compaction pacakge. issue: milvus-io#32451 Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Move compaction executor to compaction pacakge.
issue: #32451