milvus/internal/querynode
congqixia 6ea0fb82ab
Add InvalidNodeID logic to remove segments from offline segments (#18975)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-09-02 10:42:59 +08:00
..
benchmark_test.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
cgo_helper.go refine complie configuration (#17502) 2022-06-24 21:12:15 +08:00
collection_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
collection.go refine complie configuration (#17502) 2022-06-24 21:12:15 +08:00
data_sync_service_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
data_sync_service.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
errors_test.go
errors.go
flow_graph_delete_node_test.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_delete_node.go Improve flow graph node name and log msgID in QueryCoord (#18043) 2022-07-05 16:46:23 +08:00
flow_graph_filter_delete_node_test.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_filter_delete_node.go Improve flow graph node name and log msgID in QueryCoord (#18043) 2022-07-05 16:46:23 +08:00
flow_graph_filter_dm_node_test.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_filter_dm_node.go Improve flow graph node name and log msgID in QueryCoord (#18043) 2022-07-05 16:46:23 +08:00
flow_graph_insert_node_test.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_insert_node.go Improve flow graph node name and log msgID in QueryCoord (#18043) 2022-07-05 16:46:23 +08:00
flow_graph_message_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
flow_graph_message.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
flow_graph_node.go
flow_graph_query_node_test.go Add dependency factory (#16204) 2022-04-07 22:05:32 +08:00
flow_graph_query_node.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_service_time_node_test.go Handle errors in DataNode and QueryNode flow graph (#17096) 2022-05-24 21:11:59 +08:00
flow_graph_service_time_node.go Improve flow graph node name and log msgID in QueryCoord (#18043) 2022-07-05 16:46:23 +08:00
impl_test.go Add InvalidNodeID logic to remove segments from offline segments (#18975) 2022-09-02 10:42:59 +08:00
impl.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
load_index_info_test.go Support string type in segcore (#16546) 2022-04-29 13:35:49 +08:00
load_index_info.go refine complie configuration (#17502) 2022-06-24 21:12:15 +08:00
meta_replica_test.go Add cgo worker pool for querynode (#18461) 2022-08-09 16:34:37 +08:00
meta_replica.go Add cgo worker pool for querynode (#18461) 2022-08-09 16:34:37 +08:00
metrics_info_test.go Add ShowConfigurations to QueryNode (#18426) 2022-08-03 01:12:33 +08:00
metrics_info.go Add ShowConfigurations to QueryNode (#18426) 2022-08-03 01:12:33 +08:00
mock_test.go Change the type of slice_nqs and slice_topks from int32_t[] to int64_t[] (#18867) 2022-08-29 11:36:56 +08:00
OWNERS
partition_test.go
partition.go Log segment type as possible in QueryNode (#17846) 2022-06-28 10:16:17 +08:00
plan_test.go Get search field id from search plan and log if loaded index when search segments (#18183) 2022-07-08 20:18:22 +08:00
plan.go Get search field id from search plan and log if loaded index when search segments (#18183) 2022-07-08 20:18:22 +08:00
query_node_test.go Add cgo worker pool for querynode (#18461) 2022-08-09 16:34:37 +08:00
query_node.go Add cgo worker pool for querynode (#18461) 2022-08-09 16:34:37 +08:00
query_shard_service_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
query_shard_service.go Remove Load Delta Channel Request (#18497) 2022-08-04 17:50:37 +08:00
query_shard_test.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
query_shard.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
reduce_test.go Change the type of slice_nqs and slice_topks from int32_t[] to int64_t[] (#18867) 2022-08-29 11:36:56 +08:00
reduce.go Change the type of slice_nqs and slice_topks from int32_t[] to int64_t[] (#18867) 2022-08-29 11:36:56 +08:00
result.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
retrieve_test.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
retrieve.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
scheduler_policy_test.go Count growing segment number to estimate cpu usage (#17820) (#18027) 2022-07-04 15:10:20 +08:00
scheduler_policy.go Count growing segment number to estimate cpu usage (#17820) (#18027) 2022-07-04 15:10:20 +08:00
search_test.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
search.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
segment_loader_test.go Add unit test for case of stream closed (#18848) 2022-08-26 19:20:55 +08:00
segment_loader.go Use segment statslog instead of separate statslog (#18775) 2022-09-02 10:34:59 +08:00
segment_test.go Add cgo worker pool for querynode (#18461) 2022-08-09 16:34:37 +08:00
segment.go Add cgo worker pool for querynode (#18461) 2022-08-09 16:34:37 +08:00
shard_cluster_service_test.go Add InvalidNodeID logic to remove segments from offline segments (#18975) 2022-09-02 10:42:59 +08:00
shard_cluster_service.go Make querynode handle segmentChangeInfo with multiple vchannel (#18009) 2022-07-01 19:20:20 +08:00
shard_cluster_test.go Add InvalidNodeID logic to remove segments from offline segments (#18975) 2022-09-02 10:42:59 +08:00
shard_cluster_version_test.go Use segment version instead of ref cnt (#17609) 2022-06-17 17:38:12 +08:00
shard_cluster_version.go Use segment version instead of ref cnt (#17609) 2022-06-17 17:38:12 +08:00
shard_cluster.go Add InvalidNodeID logic to remove segments from offline segments (#18975) 2022-09-02 10:42:59 +08:00
shard_node_detector_test.go Use segment version instead of ref cnt (#17609) 2022-06-17 17:38:12 +08:00
shard_node_detector.go Use segment version instead of ref cnt (#17609) 2022-06-17 17:38:12 +08:00
shard_segment_detector_test.go Use NodeIds instead of NodeID in segment info (#16912) 2022-05-11 17:39:53 +08:00
shard_segment_detector.go Fix etcd watch error (#17364) 2022-06-06 16:26:06 +08:00
statistic_test.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
statistics.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
task_query.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
task_queue_test.go
task_queue.go Fix QueryNode log level (#16604) 2022-05-07 10:27:51 +08:00
task_read.go Count growing segment number to estimate cpu usage (#17820) (#18027) 2022-07-04 15:10:20 +08:00
task_scheduler_test.go Count growing segment number to estimate cpu usage (#17820) (#18027) 2022-07-04 15:10:20 +08:00
task_scheduler.go Abort execute timeout search/query (#17729) 2022-08-11 09:58:41 +08:00
task_search.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
task_statistics.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
task_step_test.go Add metrics for proxy and querynode (#17205) 2022-05-27 14:12:01 +08:00
task_step.go Add metrics for proxy and querynode (#17205) 2022-05-27 14:12:01 +08:00
task_test.go fix remove offline nodes in watchDmChannel (#18921) 2022-08-31 19:56:57 +08:00
task.go fix remove offline nodes in watchDmChannel (#18921) 2022-08-31 19:56:57 +08:00
tsafe_replica_test.go Support to get real row count of segment (#18115) 2022-07-18 09:58:28 +08:00
tsafe_replica.go Support to get real row count of segment (#18115) 2022-07-18 09:58:28 +08:00
type_def.go Fix load failure and remove parition release related code (#16038) 2022-03-14 23:18:02 +08:00
validate_test.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
validate.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00