-
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]Exlude L0 compaction when clustering is executing #37142
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 Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”) |
@XuanYang-cn E2e jenkins job failed, comment |
@XuanYang-cn E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.4 #37142 +/- ##
==========================================
- Coverage 80.58% 80.58% -0.01%
==========================================
Files 1066 1066
Lines 165285 165280 -5
==========================================
- Hits 133197 133183 -14
+ Misses 27749 27748 -1
- Partials 4339 4349 +10
|
/run-cpu-e2e |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, 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: #37140
pr: #37141