Zhen Ye

Results 137 comments of Zhen Ye

Here are two suggestions. 1. If the user does not have enable HTTPRestful, `milvus` should not use `cmux` and should use `grpc.Serve` directly, otherwise every connection will have double read...

it seems that there's no data loss after reinstallation. ![image](https://github.com/milvus-io/milvus/assets/20332315/c78fe732-3beb-4dee-9884-5e08566c51b9) all data has been flushed, so the problem cannot be caused by growing segments. the problem may arise in the...

### Setup - CollectionName: task_1_IVF_FLAT - dim = 128,num [0, 1] - {"index_type": "IVF_FLAT", "params": {"nlist": 128}, "metric_type": "L2"} - Average cluster size: 6000/128= 46.875 - Search operation: - search_vec:...

I have reproduced the same problem with rocksmq in no-chaos environment. In these test case, new 3000 vectors is always inserted with same primary key (field `count`) as existed vectors...

/assign @ThreadDao /assign @yanliang567