milvus/internal/querycoord
yah01 33c855dcd2
Fix LoadBalance doesn't remove the source nodes from segment (#17051)
If the triggerCondition isn't NodeDown, the removing won't happen.

Signed-off-by: yah01 <yang.cen@zilliz.com>
2022-05-18 11:55:56 +08:00
..
channel_allocator_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
channel_allocator.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
channel_unsubscribe_test.go Add dependency factory (#16204) 2022-04-07 22:05:32 +08:00
channel_unsubscribe.go Fix channelUnsubscribe data race and logic (#16946) 2022-05-12 18:09:53 +08:00
cluster_test.go Fix miss segments/DmChannel when query by nodeID (#16719) 2022-04-29 14:11:47 +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
condition.go [skip ci]Update license for qc impl (#12012) 2021-11-17 19:41:41 +08:00
global_meta_broker_test.go Replace minio kv with minio chunk manager (#15936) 2022-03-17 18:03:23 +08:00
global_meta_broker.go Support string type in segcore (#16546) 2022-04-29 13:35:49 +08:00
group_balance.go Add new node into the replica which has the most of offline nodes (#16907) 2022-05-13 18:31:54 +08:00
impl_test.go Add MockCluster, make unit tests reliable (#17032) 2022-05-17 12:57:56 +08:00
impl.go Return error when no replica available (#16886) 2022-05-10 19:47:53 +08:00
index_checker_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
index_checker.go Change QueryCoord Log level (#16590) 2022-04-26 11:29:54 +08:00
meta_test.go Fix miss segments/DmChannel when query by nodeID (#16719) 2022-04-29 14:11:47 +08:00
meta.go Fix msgstream unsubscription (#16883) 2022-05-10 19:43:52 +08:00
metrics_info_test.go [skip ci]Update license for qc mock (#12014) 2021-11-17 19:45:45 +08:00
metrics_info.go Fix Data race in NodeID (#16603) 2022-04-24 22:03:44 +08:00
mock_3rd_component_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +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
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
query_coord_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +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
querynode_test.go Filter out the unavailable shard leaders (#16677) 2022-04-27 16:27:46 +08:00
querynode.go Sync the distribution of segments to shard leaders (#16685) 2022-04-28 16:01:48 +08:00
replica.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
segment_allocator_test.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
segments_info_test.go Extract segments info into a new struct. (#15537) 2022-02-18 15:27:50 +08:00
segments_info.go Fix updating segments' NodeIds correctly after LoadBalance (#16854) 2022-05-10 15:47:53 +08:00
task_scheduler_test.go Implement memory replica in Proxy, QueryNode and QueryCoord (#16470) 2022-04-20 16:15:41 +08:00
task_scheduler.go Add some log. (#16978) 2022-05-16 17:15:55 +08:00
task_test.go Fix updating segments' NodeIds correctly after LoadBalance (#16854) 2022-05-10 15:47:53 +08:00
task.go Fix LoadBalance doesn't remove the source nodes from segment (#17051) 2022-05-18 11:55: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