Skip to content
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: delete by expr failed at retry progress (#35241) #35421

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

weiliu1031
Copy link
Contributor

issue: #35240
pr: #35241
delete by expr shard the same err object between channels, so if one channel's query failed, it will fail all channel, which will break channel level retry policy, and make delete operation failed.

issue: milvus-io#35240
delete by expr shard the same err object between channels, so if one
channel's query failed, it will fail all channel, which will break
channel level retry policy, and make delete operation failed.

Signed-off-by: Wei Liu <[email protected]>
@sre-ci-robot sre-ci-robot added the size/M Denotes a PR that changes 30-99 lines. label Aug 12, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Aug 12, 2024
@yanliang567 yanliang567 added this to the 2.3.21 milestone Aug 12, 2024
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

Attention: Patch coverage is 84.61538% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.14%. Comparing base (f75b886) to head (19f11e9).
Report is 2 commits behind head on 2.3.

Files Patch % Lines
internal/proxy/task_delete.go 84.61% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##              2.3   #35421   +/-   ##
=======================================
  Coverage   83.14%   83.14%           
=======================================
  Files         853      853           
  Lines      107377   107374    -3     
=======================================
+ Hits        89275    89277    +2     
+ Misses      14770    14760   -10     
- Partials     3332     3337    +5     
Files Coverage Δ
internal/proxy/task_delete.go 87.88% <84.61%> (+0.45%) ⬆️

... and 10 files with indirect coverage changes

@aoiasd
Copy link
Contributor

aoiasd commented Aug 12, 2024

/lgtm

@congqixia
Copy link
Contributor

/approve

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: congqixia, weiliu1031

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@yanliang567 yanliang567 added ci-passed manual-pass manually set pass before ci-passed labeled labels Aug 12, 2024
@sre-ci-robot sre-ci-robot merged commit bfd20d5 into milvus-io:2.3 Aug 12, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm manual-pass manually set pass before ci-passed labeled size/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants