congqixia

Results 224 comments of congqixia

It might be a known issue in which handoff might blocks Could you please execute `show segment-loaded-grpc` command with latest birdwatcher to check any growing segments on these two querynode?...

These segment distribution is fetch via GRPC call online and cannot be retrieved from etcd backup

From the growing segments states, it could be assumed that the handoff is blocked in system. It's recommended to upgrade to higher version of Milvus to fix this problem

Got it. Working on it. /assign /unassign @xiaofan-luan

@yangrz7 1. Go SDK just added AlterCollection API, will be release asap 2. Go SDK v2.2.1 supports LoadCollection with replica number https://github.com/milvus-io/milvus-sdk-go/blob/d9271c12feca986b6d0760550425aeaa0e976372/client/client_grpc_options.go#L33-L40

Go SDK v2.2.2 released, please check~ https://github.com/milvus-io/milvus-sdk-go/releases/tag/v2.2.2

Root cause was #23411 shall be fixed by #23412 @yah01 please cherry pick this patch to 2.2.0 branch @yanliang567 could we add some test case for this scenario? /unassign /assign...