-
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: Exlude L0 compaction when clustering is executing #37141
fix: Exlude L0 compaction when clustering is executing #37141
Conversation
Also remove conflit check when executing L0. The exclusive is already guarenteed in scheduler See also: milvus-io#37140 Signed-off-by: yangxuan <xuan.yang@zilliz.com>
@XuanYang-cn cpp-unit-test check failed, comment |
@XuanYang-cn go-sdk check failed, comment |
@XuanYang-cn E2e jenkins job failed, comment |
@XuanYang-cn cpp-unit-test check failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37141 +/- ##
=======================================
Coverage 66.89% 66.89%
=======================================
Files 290 290
Lines 25431 25431
=======================================
Hits 17011 17011
Misses 8420 8420
|
@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 |
@XuanYang-cn go-sdk check failed, comment |
@XuanYang-cn E2e jenkins job failed, comment |
/run-cpu-e2e |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xiaofan-luan, 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 |
Also remove conflit check when executing L0. The exclusive is already guarenteed in scheduler See also: milvus-io#37140 pr: milvus-io#37141 --------- Signed-off-by: yangxuan <xuan.yang@zilliz.com>
…#37141) Also remove conflit check when executing L0. The exclusive is already guarenteed in scheduler See also: milvus-io#37140 pr: milvus-io#37141 --------- Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Also remove conflit check when executing L0. The exclusive is already guarenteed in scheduler
See also: #37140