milvus/internal/querycoordv2/task
yihao.dai 657550cf06
fix: Fix slow dist handle and slow observe (#38566)
1. Provide partition&channel level indexing in the collection target.
2. Make `SegmentAction` not wait for distribution.
3. Remove scheduler and target manager mutex.
4. Optimize logging to reduce CPU overhead.

issue: https://github.com/milvus-io/milvus/issues/37630

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-01-15 20:17:00 +08:00
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
action.go fix: Fix slow dist handle and slow observe (#38566) 2025-01-15 20:17:00 +08:00
executor.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
mock_scheduler.go fix: Prevent simultaneous balance of segments and channels (#37850) 2024-11-21 17:56:55 +08:00
scheduler.go fix: Fix slow dist handle and slow observe (#38566) 2025-01-15 20:17:00 +08:00
task.go fix: Fix slow dist handle and slow observe (#38566) 2025-01-15 20:17:00 +08:00
task_test.go fix: Fix slow dist handle and slow observe (#38566) 2025-01-15 20:17:00 +08:00
utils.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
utils_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00