milvus/internal/querycoord
godchen 4d58ff2df7
Fix reload delta channel error (#11783)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
2021-11-15 15:17:09 +08:00
..
channel_allocator_test.go Refactor segment allocate policy on querycoord (#11181) 2021-11-11 12:56:42 +08:00
channel_allocator.go Refactor segment allocate policy on querycoord (#11181) 2021-11-11 12:56:42 +08:00
cluster_test.go Add getNodeInfoByID and getSegmentInfoByNode function for cluster (#11247) 2021-11-05 16:00:55 +08:00
cluster.go Reschedule load segments (#11391) 2021-11-13 08:49:08 +08:00
condition.go Fix golint error in condition of queryCoord (#10230) 2021-10-21 10:51:14 +08:00
errors_test.go Expose metrics of QueryCoord and QueryNodes (#7113) 2021-08-17 10:06:11 +08:00
errors.go Expose metrics of QueryCoord and QueryNodes (#7113) 2021-08-17 10:06:11 +08:00
impl_test.go Fix wrong TriggerCondition When load balance (#11389) 2021-11-08 11:15:04 +08:00
impl.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
meta_test.go Fix reload delta channel error (#11783) 2021-11-15 15:17:09 +08:00
meta.go Fix reload delta channel error (#11783) 2021-11-15 15:17:09 +08:00
metrics_info_test.go Expose metrics of QueryCoord and QueryNodes (#7113) 2021-08-17 10:06:11 +08:00
metrics_info.go Use the server id as identifier in system topology graph (#9825) 2021-10-14 11:12:38 +08:00
mock_3rd_component_test.go Postpone the execution of handoff until index creation is complete (#11665) 2021-11-12 16:49:10 +08:00
mock_querynode_client_test.go Reschedule load segments (#11391) 2021-11-13 08:49:08 +08:00
mock_querynode_server_test.go Postpone the execution of handoff until index creation is complete (#11648) 2021-11-12 18:49:10 +08:00
OWNERS Remove unused label rules (#7929) 2021-09-18 18:19:51 +08:00
param_table_test.go Add a channel prefix for all channels (#8166) 2021-09-23 10:53:53 +08:00
param_table.go Remove common.yaml and component.yaml (#11661) 2021-11-12 21:25:08 +08:00
query_coord_test.go Postpone the execution of handoff until index creation is complete (#11648) 2021-11-12 18:49:10 +08:00
query_coord.go Remove common.yaml and component.yaml (#11661) 2021-11-12 21:25:08 +08:00
querynode_test.go Add getNodeInfoByID and getSegmentInfoByNode function for cluster (#11247) 2021-11-05 16:00:55 +08:00
querynode.go Reschedule load segments (#11391) 2021-11-13 08:49:08 +08:00
segment_allocator_test.go Postpone the execution of handoff until index creation is complete (#11648) 2021-11-12 18:49:10 +08:00
segment_allocator.go Postpone the execution of handoff until index creation is complete (#11648) 2021-11-12 18:49:10 +08:00
task_scheduler_test.go Add query coord watch delta channel (#11218) 2021-11-05 14:47:19 +08:00
task_scheduler.go Remove sealed segemnt from query node after compaction (#11430) 2021-11-08 21:00:02 +08:00
task_test.go Reschedule load segments (#11391) 2021-11-13 08:49:08 +08:00
task.go Reschedule load segments (#11391) 2021-11-13 08:49:08 +08:00