-
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: Check target partition load state only when dropping partition #38375
fix: Check target partition load state only when dropping partition #38375
Conversation
Related to milvus-io#38372 This PR make drop partition only check target partition load states only in case of concurrent releasing other partition in same collection. Signed-off-by: Congqi Xia <[email protected]>
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38375 +/- ##
==========================================
+ Coverage 80.90% 80.92% +0.01%
==========================================
Files 1376 1376
Lines 192740 192933 +193
==========================================
+ Hits 155938 156122 +184
- Misses 31289 31293 +4
- Partials 5513 5518 +5
|
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
Signed-off-by: Congqi Xia <[email protected]>
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, czs007 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 |
…ilvus-io#38375) Related to milvus-io#38372 This PR make drop partition only check target partition load states only in case of concurrent releasing other partition in same collection. --------- Signed-off-by: Congqi Xia <[email protected]>
…tion (#38375) (#38394) Cherry pick from master pr: #38375 Related to #38372 This PR make drop partition only check target partition load states only in case of concurrent releasing other partition in same collection. --------- Signed-off-by: Congqi Xia <[email protected]>
Related to #38372
This PR make drop partition only check target partition load states only in case of concurrent releasing other partition in same collection.