Skip to content

[Backport 2.6] fix: pass address to GrpcHandler in ConnectionManager strategies (#3321)#3323

Merged
sre-ci-robot merged 1 commit intomilvus-io:2.6from
XuanYang-cn:cp-fix-conn-mgr-addr-to-2.6
Mar 20, 2026
Merged

[Backport 2.6] fix: pass address to GrpcHandler in ConnectionManager strategies (#3321)#3323
sre-ci-robot merged 1 commit intomilvus-io:2.6from
XuanYang-cn:cp-fix-conn-mgr-addr-to-2.6

Conversation

@XuanYang-cn
Copy link
Copy Markdown
Contributor

fix: pass address to GrpcHandler in ConnectionManager strategies

RegularStrategy and AsyncRegularStrategy did not pass
config.address to GrpcHandler/AsyncGrpcHandler, causing
GrpcHandler.__get_address to parse unix-socket URIs returned
by milvus-lite and produce an empty netloc → empty gRPC target
(dns:///) → connection hang.

See also: #3314, #3317, #3321

Signed-off-by: xuan.yang xuan.yang@zilliz.com

…strategies (milvus-io#3321)

fix: pass address to GrpcHandler in ConnectionManager strategies

RegularStrategy and AsyncRegularStrategy did not pass
config.address to GrpcHandler/AsyncGrpcHandler, causing
GrpcHandler.__get_address to parse unix-socket URIs returned
by milvus-lite and produce an empty netloc → empty gRPC target
(dns:///) → connection hang.

See also: milvus-io#3314, milvus-io#3317, milvus-io#3321

Signed-off-by: xuan.yang <xuan.yang@zilliz.com>
@sre-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: XuanYang-cn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.93%. Comparing base (05d4c15) to head (34a728b).
⚠️ Report is 1 commits behind head on 2.6.

Additional details and impacted files
@@           Coverage Diff           @@
##              2.6    #3323   +/-   ##
=======================================
  Coverage   89.93%   89.93%           
=======================================
  Files          64       64           
  Lines       13348    13348           
=======================================
  Hits        12004    12004           
  Misses       1344     1344           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yhmo
Copy link
Copy Markdown
Contributor

yhmo commented Mar 20, 2026

/lgtm

@sre-ci-robot sre-ci-robot merged commit 0243181 into milvus-io:2.6 Mar 20, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants