milvus/internal/distributed/indexnode/client
chyezh 950624d8d3
fix: nil ptr is used as nil interface in grpc client (#30754)
issue: #30715

- Bug: Set nil struct pointer to describe nil interface.
Panic with segment violation when calling method on this nil struct
pointer.

Signed-off-by: chyezh <chyezh@outlook.com>
2024-02-23 10:26:53 +08:00
..
client.go fix: nil ptr is used as nil interface in grpc client (#30754) 2024-02-23 10:26:53 +08:00
client_test.go fix: nil ptr is used as nil interface in grpc client (#30754) 2024-02-23 10:26:53 +08:00