milvus/internal/querycoord
congqixia 37d7d7baf8
Fix node state data race in querycoord (#17198)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-05-25 10:43:59 +08:00
..
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
channel_allocator.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
channel_allocator_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
channel_unsubscribe.go Fix channelUnsubscribe data race and logic (#16946) 2022-05-12 18:09:53 +08:00
channel_unsubscribe_test.go Add dependency factory (#16204) 2022-04-07 22:05:32 +08:00
cluster.go Add new node into the replica which has the most of offline nodes (#16907) 2022-05-13 18:31:54 +08:00
cluster_test.go Fix miss segments/DmChannel when query by nodeID (#16719) 2022-04-29 14:11:47 +08:00
condition.go [skip ci]Update license for qc impl (#12012) 2021-11-17 19:41:41 +08:00
global_meta_broker.go Add collection load cache and InvalidateCollMetaCache by collID (#16882) 2022-05-19 10:13:56 +08:00
global_meta_broker_test.go Add collection load cache and InvalidateCollMetaCache by collID (#16882) 2022-05-19 10:13:56 +08:00
group_balance.go Fix LoadBalance doesn't save the modification to replicas' shards (#17064) 2022-05-19 16:51:57 +08:00
impl.go Return error when no replica available (#16886) 2022-05-10 19:47:53 +08:00
impl_test.go Add MockCluster, make unit tests reliable (#17032) 2022-05-17 12:57:56 +08:00
index_checker.go Change QueryCoord Log level (#16590) 2022-04-26 11:29:54 +08:00
index_checker_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
meta.go Fix replicas info is not removed after release (#17111) 2022-05-19 20:05:57 +08:00
meta_test.go Fix replicas info is not removed after release (#17111) 2022-05-19 20:05:57 +08:00
metrics_info.go Fix Data race in NodeID (#16603) 2022-04-24 22:03:44 +08:00
metrics_info_test.go [skip ci]Update license for qc mock (#12014) 2021-11-17 19:45:45 +08:00
mock_3rd_component_test.go Add collection load cache and InvalidateCollMetaCache by collID (#16882) 2022-05-19 10:13:56 +08:00
mock_cluster.go Add MockCluster, make unit tests reliable (#17032) 2022-05-17 12:57:56 +08:00
mock_querynode_client_test.go Add SyncReplicaSegments interface for QueryNode (#16672) 2022-04-27 10:41:46 +08:00
mock_querynode_server_test.go Add unit test for case of failed to sync segments to shard leader (#16712) 2022-04-29 15:51:49 +08:00
query_coord.go Add new node into the replica which has the most of offline nodes (#16907) 2022-05-13 18:31:54 +08:00
query_coord_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
querynode.go Fix node state data race in querycoord (#17198) 2022-05-25 10:43:59 +08:00
querynode_test.go Filter out the unavailable shard leaders (#16677) 2022-04-27 16:27:46 +08:00
replica.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
segment_allocator.go Remove offline nodes from replica info after LoadBalanceTask done (#16653) 2022-04-26 18:23:46 +08:00
segment_allocator_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
segments_info.go Fix updating segments' NodeIds correctly after LoadBalance (#16854) 2022-05-10 15:47:53 +08:00
segments_info_test.go Extract segments info into a new struct. (#15537) 2022-02-18 15:27:50 +08:00
task.go Refine task type logs to string (#17196) 2022-05-25 03:08:00 +08:00
task_scheduler.go Add NodeIds field for QuerySegmentInfo (#17121) 2022-05-20 18:03:58 +08:00
task_scheduler_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
task_test.go Add collection load cache and InvalidateCollMetaCache by collID (#16882) 2022-05-19 10:13:56 +08:00
util.go Add new node into the replica which has the most of offline nodes (#16907) 2022-05-13 18:31:54 +08:00