Skip to content

fix: exclude pymilvus 2.6.10 to prevent Milvus Lite hang#205

Merged
zc277584121 merged 1 commit intozilliztech:mainfrom
zc277584121:fix/exclude-pymilvus-2.6.10
Mar 19, 2026
Merged

fix: exclude pymilvus 2.6.10 to prevent Milvus Lite hang#205
zc277584121 merged 1 commit intozilliztech:mainfrom
zc277584121:fix/exclude-pymilvus-2.6.10

Conversation

@zc277584121
Copy link
Copy Markdown
Collaborator

Summary

  • Exclude pymilvus==2.6.10 from dependencies to prevent Milvus Lite mode hang
  • pymilvus 2.6.10 has a bug where ConnectionManager forgets to pass address to GrpcHandler, causing gRPC to resolve to dns:/// and hang indefinitely
  • Fix is merged upstream (milvus-io/pymilvus#3321), backport in progress (milvus-io/pymilvus#3323)
  • Will remove !=2.6.10 exclusion once pymilvus 2.6.11 is released

Closes #203

Test plan

  • Verify uv lock resolves to pymilvus 2.6.8 (skipping 2.6.10)
  • Verify Lite mode indexing works with the resolved version

🤖 Generated with Claude Code

pymilvus 2.6.10 introduced a bug where ConnectionManager forgets to
pass the `address` parameter to GrpcHandler, causing Lite mode
connections to resolve to an empty gRPC URI (dns:///) and hang
indefinitely.

This excludes 2.6.10 from our dependency constraint. The fix is
tracked upstream in milvus-io/pymilvus#3321 and will be included
in 2.6.11.

Closes zilliztech#203

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@zc277584121 zc277584121 merged commit 1974e94 into zilliztech:main Mar 19, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

memsearch index hangs in Lite mode while milvus_lite starts successfully on macOS

1 participant