[Bug]: Fail to connect the milvus by using java sdk, rasing "io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED" #40226
Labels
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
severity/critical
Critical, lead to crash, data missing, wrong result, function totally doesn't work.
Is there an existing issue for this?
Environment
Current Behavior
When I use the IDE to run my code with java sdk in windows, the connection is normal and I can insert or search the data. The attu is also normal to connect the milvus server.
But it is failed to make a connection when I run the code into a jar, raising error
I'm sure the server host and port is right, it seems there are some mistakes in grpc?
Expected Behavior
No response
Steps To Reproduce
Milvus Log
There is no error or warnning log in milvus server
Anything else?
No response
The text was updated successfully, but these errors were encountered: