-
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
fix: [cp25]Saperate L0 and Mix trigger interval #37321
Conversation
See also: milvus-io#37108 pr: milvus-io#37190 - Add MixCompactionTriggerInterval, default 60s - Add L0CompactionTriggerInterval, default 10s - Export Single related compaction configs - Raise SingleCompactionDeltaLogMaxSize from 2MB to 16MB Signed-off-by: yangxuan <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: XuanYang-cn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@XuanYang-cn go-sdk check failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.5 #37321 +/- ##
==========================================
- Coverage 80.95% 80.84% -0.11%
==========================================
Files 1305 1322 +17
Lines 182900 183234 +334
==========================================
+ Hits 148069 148143 +74
- Misses 29627 29886 +259
- Partials 5204 5205 +1
|
@XuanYang-cn E2e jenkins job failed, comment |
Signed-off-by: yangxuan <[email protected]>
Signed-off-by: yangxuan <[email protected]>
@XuanYang-cn go-sdk check failed, comment |
@XuanYang-cn E2e jenkins job failed, comment |
rerun go-sdk |
/run-cpu-e2e |
See also: #37108
pr: #37190