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 insert a row with nullable values into a collection in milvus lite, no error is returned but somehow the connection times out all of a sudden with StatusCode.UNAVAILABLE, failed to connect to all addresses; last error: UNKNOWN.
Expected Behavior
Milvus lite should support nullable scalar values or at least surface a proper error message
Moved this here from milvus-io/pymilvus#2495
Faulty Behavior
When I try to insert a row with nullable values into a collection in milvus lite, no error is returned but somehow the connection times out all of a sudden with
StatusCode.UNAVAILABLE, failed to connect to all addresses; last error: UNKNOWN
.Expected Behavior
Milvus lite should support nullable scalar values or at least surface a proper error message
Steps/Code To Reproduce behavior
You will start seeing logs like this:
Environment details
The text was updated successfully, but these errors were encountered: