milvus/internal/querycoordv2/task
congqixia 3e7f2e8e7d
enhance: [Cherry-Pick] Use `ListIndexes` instead of `DescribeIndex` for qc broker (#31163)
Cherry pick from master 
pr: #31122

See also #31103

Since querycoord need index meta information from datacoord only, broker
shall use `ListIndexes` to skip segment index building check logic in
datacoord

This PR is also related to #30538, in which DescribeIndex caused lots of
memory usage and lead to OOM eventually

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-03-11 14:41:02 +08:00
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
action.go enhance: remove merger for load segments (#29062) (#29064) 2023-12-12 16:22:50 +08:00
executor.go enhance: [Cherry-Pick] Use `ListIndexes` instead of `DescribeIndex` for qc broker (#31163) 2024-03-11 14:41:02 +08:00
mock_scheduler.go Remove parser dependency (#27514) 2023-10-08 15:05:31 +08:00
scheduler.go fix: Skip generate balance task when target not ready (#30725) 2024-03-04 11:38:59 +08:00
task.go enhance: [Cherry-pick] make Load process traceable in querycoord (#29806) (#29869) 2024-01-11 18:00:52 +08:00
task_test.go enhance: [Cherry-Pick] Use `ListIndexes` instead of `DescribeIndex` for qc broker (#31163) 2024-03-11 14:41:02 +08:00
utils.go enhance: [2.3] make the watch dm channel request better compatibility (#30954) 2024-03-01 16:09:01 +08:00
utils_test.go Add missing indexInfo in watchDmChannelsRequest (#24696) 2023-06-14 14:40:39 +08:00