-
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: SyncSegments rpc always failed #38032
fix: SyncSegments rpc always failed #38032
Conversation
cause call `cli.SyncSegments` use ctx which already be override and canceled, so SyncSegments rpc will always failed. Signed-off-by: Wei Liu <[email protected]>
@weiliu1031 Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”) |
/kind branch-feature |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.4 #38032 +/- ##
==========================================
- Coverage 72.34% 72.29% -0.05%
==========================================
Files 1070 1070
Lines 167427 167428 +1
==========================================
- Hits 121130 121050 -80
- Misses 41892 41950 +58
- Partials 4405 4428 +23
|
@weiliu1031 E2e jenkins job failed, comment |
/run-cpu-e2e |
@weiliu1031 E2e jenkins job failed, comment |
/run-cpu-e2e |
don't set timeout for sync segments. see #34291 |
/lgtm |
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.
/approve
[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 |
miss the patch due to code branching previous pr: milvus-io#38032 Co-authored-by: Wei Liu <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
issue: milvus-io#38031 cause call `cli.SyncSegments` use ctx which already be override and canceled, so SyncSegments rpc will always failed. Signed-off-by: Wei Liu <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Cherry-pick from 2.4 pr: #38032 issue: #38031 cause call `cli.SyncSegments` use ctx which already be override and canceled, so SyncSegments rpc will always failed. Signed-off-by: Wei Liu <[email protected]> Signed-off-by: Congqi Xia <[email protected]> Co-authored-by: wei liu <[email protected]>
miss the patch due to code branching previous pr: #38032 Signed-off-by: Congqi Xia <[email protected]> Co-authored-by: Wei Liu <[email protected]>
issue: #38031
cause call
cli.SyncSegments
use ctx which already be override and canceled, so SyncSegments rpc will always failed.