yihao.dai
yihao.dai
### Is there an existing issue for this? - [X] I have searched the existing issues ### What would you like to be added? Assign metric type in the search...
issue: https://github.com/milvus-io/milvus/issues/19596 /kind bug
### Is there an existing issue for this? - [X] I have searched the existing issues ### What would you like to be added? Currently, the usage of mutex in...
This PR introduces novel managerial roles for importv2: 1. ImportMeta: To manage all the import tasks; 2. ImportScheduler: To process tasks and modify their states; 3. ImportChecker: To ascertain the...
Revise the RESTful bulk insert API from version 1 to version 2. issue: https://github.com/milvus-io/milvus/issues/28521
**Describe the bug** An unusual data race has occurred between a variable and the invocation of `common.ReadLines()`. Here is the log: ``` 23-07-07T07:47:13.5966180Z WARNING: DATA RACE 2023-07-07T07:47:13.5966475Z Write at 0x000004b38028...
issue: https://github.com/milvus-io/milvus/issues/32542
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The float32 array intended for import via the bulk writer...