zhagnlu

Results 54 comments of zhagnlu

> if it is a 16core machine, none of the pod reach usage more than 60%, does that make sense? I would expect at least one mode has more than...

update it as return error status for every request, not return err all

> @alexanderguzhva @zhagnlu how is the fix going on? https://github.com/milvus-io/milvus/pull/32464 fixed it, devops are updating new image, wait for newest image

this issue include several problems: first: insert occassionly failed, such as ![image](https://github.com/milvus-io/milvus/assets/11935707/ac757b22-958a-4c1d-9b67-4c3bad5e652e) two bugs: 1. not show errmsg correctly, the reason, datacoord AssignSegment not return err correctly, ![image](https://github.com/milvus-io/milvus/assets/11935707/84ecfbba-a26c-4828-8f92-033d0d00b616) 2. datacoord...

puslar exit with code 137 means be killed by external action, maybe operator system or manual operator. ![image](https://github.com/milvus-io/milvus/assets/11935707/5838b5b4-1103-4025-9cc3-2c0efedf3d1e) ![image](https://github.com/milvus-io/milvus/assets/11935707/803325c8-9a74-43fc-9ade-d340507e516e) cpu && memory is under limit, so not by OOM killer....

not compaction happens actually two field(103,104) build inverted index and when build success, they are reload to segment to replace origin data. ![image](https://github.com/milvus-io/milvus/assets/11935707/8121a97d-4134-4a4e-8e6b-58cc8c24142d) first load happens, segment 448509732647565654 not load...