-
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: Separate L0 and Mix trigger interval #37190
fix: Separate L0 and Mix trigger interval #37190
Conversation
@XuanYang-cn E2e jenkins job failed, comment |
/run-cpu-e2e |
@XuanYang-cn cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@XuanYang-cn E2e jenkins job failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37190 +/- ##
===========================================
- Coverage 80.59% 68.13% -12.47%
===========================================
Files 1356 290 -1066
Lines 190010 25395 -164615
===========================================
- Hits 153148 17302 -135846
+ Misses 31460 8093 -23367
+ Partials 5402 0 -5402
|
@XuanYang-cn E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun ut |
4 similar comments
rerun ut |
rerun ut |
rerun ut |
rerun ut |
@XuanYang-cn go-sdk check failed, comment |
rerun go-sdk |
c80724e
to
1456295
Compare
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]>
1456295
to
6e68675
Compare
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]>
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]>
rerun ut |
@XuanYang-cn E2e jenkins job failed, comment |
rerun ut |
/run-cpu-e2e |
@XuanYang-cn E2e jenkins job failed, comment |
@XuanYang-cn cpp-unit-test check failed, comment |
@XuanYang-cn E2e jenkins job failed, comment |
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
See also: milvus-io#37108 - 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]>
Signed-off-by: yangxuan <[email protected]>
Signed-off-by: yangxuan <[email protected]>
Signed-off-by: yangxuan <[email protected]>
Signed-off-by: yangxuan <[email protected]>
0736052
to
b91320c
Compare
Signed-off-by: yangxuan <[email protected]>
rerun ut |
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