-
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: Enable to write multiple segments in mix compactor #35705
enhance: Enable to write multiple segments in mix compactor #35705
Conversation
…o#35648) Prevent segments to be written larger than maxSize * expansionRate See also: milvus-io#35584 --------- Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #35705 +/- ##
==========================================
- Coverage 81.32% 72.28% -9.04%
==========================================
Files 1238 1238
Lines 148082 148116 +34
==========================================
- Hits 120425 107063 -13362
- Misses 22887 36270 +13383
- Partials 4770 4783 +13
|
/lgtm |
rerun ut |
/run-cpu-e2e |
@XuanYang-cn E2e jenkins job failed, comment |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, XuanYang-cn 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 |
Prevent segments to be written larger than maxSize * expansionRate
See also: #35584
Signed-off-by: yangxuan xuan.yang@zilliz.com