You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use milvus go sdk to connect with tlsmode =1 I get go run main.go 2024/04/04 03:51:08 ==== start connecting to Milvus ==== 2024/04/04 03:51:30 ==== connected to Milvus ==== 2024/04/04 03:51:52 failed to check collection exists, err: rpc error: code = Unavailable desc = connection error: desc = "error reading server preface: http2: frame too large" exit status 1
or go run main.go 2024/04/04 07:17:21 ==== start connecting to Milvus ==== 2024/04/04 07:17:43 ==== connected to Milvus ==== 2024/04/04 07:18:05 failed to check collection exists, err: rpc error: code = Unavailable desc = connection closed before server preface received exit status 1
Is there an existing issue for this?
Current Behavior
When I try to use milvus go sdk to connect with tlsmode =1 I get
go run main.go 2024/04/04 03:51:08 ==== start connecting to Milvus ==== 2024/04/04 03:51:30 ==== connected to Milvus ==== 2024/04/04 03:51:52 failed to check collection exists, err: rpc error: code = Unavailable desc = connection error: desc = "error reading server preface: http2: frame too large" exit status 1
or
go run main.go 2024/04/04 07:17:21 ==== start connecting to Milvus ==== 2024/04/04 07:17:43 ==== connected to Milvus ==== 2024/04/04 07:18:05 failed to check collection exists, err: rpc error: code = Unavailable desc = connection closed before server preface received exit status 1
but the same code works with pymilvus sdk.
Opening this based on https://discord.com/channels/1160323594396635310/1225398754140753972/1225398754140753972
Expected Behavior
It should give works properly.
Expected output:
Steps To Reproduce
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: