Results 290 comments of groot

The root cause of this bug is in server side. Pymilvus sdk pass partition's name and description to Milvus server by gRPC connection, but the gRPC proto lack a field...

"Socket closed" indicated the server has crashed. Possible reason to crash the server: GPU OOM during the search

In v1.x, firstly we know insert data is put into a buffer, waiting to be flushed. Flush action will flush the buffer into storage, to new segment files. So, when...

Duplicated with #18577 In milvus 1.x, user defines a cache size in the server_config.yml. From your log file, we can know the cache size is 230GB. Milvus 1.x use cache...

Reproduce steps: 1. create collection 2. bulkload 10 row-based json files 3. load collection 4. get num_entities of collection Could hang at step 4, the client num_entities call flush() then...

Reproduce script: [example_bulkload.txt](https://github.com/milvus-io/milvus/files/8933271/example_bulkload.txt) Change to py file to run.

@freefoxcm In your example code: /milvus-batchwriting/src/main/java/org/vectors/milvus/actors/IndexActor.java line67, you ought to check the response of insert api: ``` R insertR = milvusClient.insert(insertParam); if(R.Status.Success.getCode() != insertR.getStatus().intValue()) { System.out.println("Insert ERROR! " + insertR.getMessage());...

**partial log of query node 001:** [2022/07/07 18:05:22.327 +08:00] [INFO] [query_node.go:349] ["get SealedSegmentsChangeInfo from etcd"] [infoID=0] [2022/07/07 18:05:22.338 +08:00] [INFO] [shard_cluster.go:227] ["ShardCluster remove node"] [nodeID=11] [2022/07/07 18:05:22.338 +08:00] [WARN] [shard_cluster.go:233]...

**partial log of query node 002:** [2022/07/07 18:05:42.513 +08:00] [INFO] [shard_cluster.go:227] ["ShardCluster remove node"] [nodeID=9] [2022/07/07 18:05:42.513 +08:00] [WARN] [shard_cluster.go:233] ["ShardCluster removeNode does not belong to it"] [nodeID=9] [addr=] [2022/07/07...

**partial log of query node 003:** [2022/07/07 18:04:09.996 +08:00] [INFO] [logutil.go:165] ["Log directory"] [configDir=] [2022/07/07 18:04:09.996 +08:00] [INFO] [logutil.go:166] ["Set log file to "] [path=/home/logs/milvus/logs/querynode-29.log] [2022/07/07 18:04:09.996 +08:00] [INFO] [query_node.go:147]...