milvus/internal/querynode
bigsheeper c28f1a24f8
Disable cgo pool in QueryNode (#19501)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2022-09-28 16:51:50 +08:00
..
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
benchmark_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
cgo_helper.go Extract lease of cProto in QueryNode (#17373) 2022-06-06 15:56:05 +08:00
collection.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
collection_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
data_sync_service_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
errors.go [skip ci]Update license for qn fg deletenode (#12397) 2021-11-29 20:15:45 +08:00
errors_test.go [skip ci]Update license for qn fg deletenode (#12397) 2021-11-29 20:15:45 +08:00
flow_graph_delete_node.go Improve flow graph node name and log msgID in QueryCoord (#18044) 2022-07-05 16:46:23 +08:00
flow_graph_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 (#18044) 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_dm_node.go Improve flow graph node name and log msgID in QueryCoord (#18044) 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_insert_node.go Improve flow graph node name and log msgID in QueryCoord (#18044) 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_message.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +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_node.go [skip e2e] Add comment for inputNode (#13791) 2021-12-20 19:45:06 +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_query_node_test.go Add dependency factory (#16204) 2022-04-07 22:05:32 +08:00
flow_graph_service_time_node.go Improve flow graph node name and log msgID in QueryCoord (#18044) 2022-07-05 16:46:23 +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
impl.go Remove Load Delta Channel Request (#18394) 2022-08-04 17:50:37 +08:00
impl_test.go Add InvalidNodeID logic to remove segments from offline segments (#18975) (#18990) 2022-09-02 16:06:59 +08:00
load_index_info.go Fix QueryNode log level (#16604) 2022-05-07 10:27:51 +08:00
load_index_info_test.go Support string type in segcore (#16546) 2022-04-29 13:35:49 +08:00
meta_replica.go Disable cgo pool in QueryNode (#19501) 2022-09-28 16:51:50 +08:00
meta_replica_test.go Disable cgo pool in QueryNode (#19501) 2022-09-28 16:51:50 +08:00
metrics_info.go Remove not used QueryChannel in Proxy and Query Cluster (#16856) 2022-05-30 19:50:04 +08:00
metrics_info_test.go Add EtcdConfig and move PulsarConfig/RocksdbConfig/MinioConfig into BaseParamTable (#15434) 2022-02-07 10:09:45 +08:00
mock_test.go Disable cgo pool in QueryNode (#19501) 2022-09-28 16:51:50 +08:00
partition.go Log segment type as much as possible in QueryNode (#17869) 2022-06-28 17:00:18 +08:00
partition_test.go [skip ci]Update license for qn partition (#12901) 2021-12-08 09:21:56 +08:00
plan.go Get search field id from search plan and log if loaded index when search segments (#18184) 2022-07-08 21:58:21 +08:00
plan_test.go Get search field id from search plan and log if loaded index when search segments (#18184) 2022-07-08 21:58:21 +08:00
query_node.go Disable cgo pool in QueryNode (#19501) 2022-09-28 16:51:50 +08:00
query_node_test.go Disable cgo pool in QueryNode (#19501) 2022-09-28 16:51:50 +08:00
query_shard.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 (#18394) 2022-08-04 17:50: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_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
reduce.go Return malloc_trim result and log if malloc_trim successfully (#17960) 2022-07-01 10:40:19 +08:00
reduce_test.go Return malloc_trim result and log if malloc_trim successfully (#17960) 2022-07-01 10:40:19 +08:00
result.go Add logic for search merging and a simple task scheduler for read tasks (#17022) 2022-05-23 16:41:58 +08:00
retrieve.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
retrieve_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
scheduler_policy.go Count growing segment number to estimate cpu usage (#17820) 2022-07-01 22:28:23 +08:00
scheduler_policy_test.go Count growing segment number to estimate cpu usage (#17820) 2022-07-01 22:28:23 +08:00
search.go Fix bugs in monitoring metrics (#17975) 2022-06-30 21:32:19 +08:00
search_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
segment.go Disable cgo pool in QueryNode (#19501) 2022-09-28 16:51:50 +08:00
segment_loader.go Disable cgo pool in QueryNode (#19501) 2022-09-28 16:51:50 +08:00
segment_loader_test.go Disable cgo pool in QueryNode (#19501) 2022-09-28 16:51:50 +08:00
segment_test.go Disable cgo pool in QueryNode (#19501) 2022-09-28 16:51:50 +08:00
shard_cluster.go Add InvalidNodeID logic to remove segments from offline segments (#18975) (#18990) 2022-09-02 16:06:59 +08:00
shard_cluster_service.go Make querynode handle segmentChangeInfo with multiple vchannel (#18010) 2022-07-01 19:04:18 +08:00
shard_cluster_service_test.go Add InvalidNodeID logic to remove segments from offline segments (#18975) (#18990) 2022-09-02 16:06:59 +08:00
shard_cluster_test.go Add InvalidNodeID logic to remove segments from offline segments (#18975) (#18990) 2022-09-02 16:06:59 +08:00
shard_cluster_version.go Use segment version instead of ref cnt (#17609) 2022-06-17 17:38:12 +08:00
shard_cluster_version_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_node_detector_test.go Use segment version instead of ref cnt (#17609) 2022-06-17 17:38:12 +08:00
shard_segment_detector.go Fix etcd watch error (#17364) 2022-06-06 16:26:06 +08:00
shard_segment_detector_test.go Use NodeIds instead of NodeID in segment info (#16912) 2022-05-11 17:39:53 +08:00
stats_service.go Fix QueryNode log level (#16604) 2022-05-07 10:27:51 +08:00
stats_service_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
task.go Cherry Pick of SyncSegments (#19312) (#19476) 2022-09-27 18:16:54 +08:00
task_query.go Fix query too slow when insert multi repeated pk data (#18189) 2022-07-11 10:26:24 +08:00
task_queue.go Fix QueryNode log level (#16604) 2022-05-07 10:27:51 +08:00
task_queue_test.go [skip ci]Update license for qn task queue (#13414) 2021-12-15 11:49:26 +08:00
task_read.go Count growing segment number to estimate cpu usage (#17820) 2022-07-01 22:28:23 +08:00
task_scheduler.go Log querynode's runtime cpu num (#18039) 2022-07-04 19:12:20 +08:00
task_scheduler_test.go Count growing segment number to estimate cpu usage (#17820) 2022-07-01 22:28:23 +08:00
task_search.go Count growing segment number to estimate cpu usage (#17820) 2022-07-01 22:28:23 +08:00
task_step.go Add metrics for proxy and querynode (#17205) 2022-05-27 14:12:01 +08:00
task_step_test.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 (#18906) 2022-08-30 19:34:57 +08:00
tsafe_replica.go Add logic for search merging and a simple task scheduler for read tasks (#17022) 2022-05-23 16:41:58 +08:00
tsafe_replica_test.go Add logic for search merging and a simple task scheduler for read tasks (#17022) 2022-05-23 16:41:58 +08:00
type_def.go Fix load failure and remove parition release related code (#16038) 2022-03-14 23:18:02 +08:00
validate.go Count growing segment number to estimate cpu usage (#17820) 2022-07-01 22:28:23 +08:00
validate_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00