-
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: [cp24]Saperate L0 and Mix trigger interval #37319
Conversation
889e2d3
to
2490e6b
Compare
@XuanYang-cn E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun go-sdk |
rerun ut |
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 <xuan.yang@zilliz.com>
2490e6b
to
f023274
Compare
@XuanYang-cn E2e jenkins job failed, comment |
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.4 #37319 +/- ##
==========================================
+ Coverage 79.05% 80.57% +1.52%
==========================================
Files 1061 1069 +8
Lines 164564 165693 +1129
==========================================
+ Hits 130088 133512 +3424
+ Misses 30108 27815 -2293
+ Partials 4368 4366 -2
|
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
@XuanYang-cn E2e jenkins job failed, comment |
/run-cpu-e2e |
@XuanYang-cn E2e jenkins job failed, comment |
/run-cpu-e2e |
@XuanYang-cn E2e jenkins job failed, comment |
/run-cpu-e2e |
@XuanYang-cn E2e jenkins job failed, comment |
@XuanYang-cn E2e jenkins job failed, comment |
rerun ut |
/run-cpu-e2e |
@XuanYang-cn E2e jenkins job failed, comment |
/run-cpu-e2e |
/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.
/lgtm
[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 |
See also: #37108
pr: #37190