milvus/internal/querynode
yah01 25a3b9ae19
Check target node ID for query/search (#20967)
Signed-off-by: yah01 <yang.cen@zilliz.com>

Signed-off-by: yah01 <yang.cen@zilliz.com>
2022-12-04 20:05:17 +08:00
..
benchmark_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
cgo_helper.go Fix GetDiskUsedSize not work (#20474) 2022-11-21 17:47:17 +08:00
collection_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
collection.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
data_sync_service_test.go Fix delete operation scope to vchannel (#20866) 2022-11-29 15:15:15 +08:00
data_sync_service.go Add collection delta channel in mutex protection (#20736) 2022-11-23 09:49:11 +08:00
errors_test.go
errors.go Refine the error of QueryNode (#19836) 2022-10-17 19:39:26 +08:00
flow_graph_delete_node_test.go Fix delete operation scope to vchannel (#20866) 2022-11-29 15:15:15 +08:00
flow_graph_delete_node.go Fix delete operation scope to vchannel (#20866) 2022-11-29 15:15:15 +08:00
flow_graph_filter_delete_node_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
flow_graph_filter_delete_node.go Print seek postion time and seek elapse (#20271) 2022-11-03 15:03:35 +08:00
flow_graph_filter_dm_node_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
flow_graph_filter_dm_node.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
flow_graph_insert_node_test.go Fix delete operation scope to vchannel (#20866) 2022-11-29 15:15:15 +08:00
flow_graph_insert_node.go Fix delete operation scope to vchannel (#20866) 2022-11-29 15:15:15 +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_query_node_test.go Refine kafka consumer (#19846) 2022-10-25 13:23:30 +08:00
flow_graph_query_node.go Fix delete operation scope to vchannel (#20866) 2022-11-29 15:15:15 +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 Print seek postion time and seek elapse (#20271) 2022-11-03 15:03:35 +08:00
impl_test.go Check target node ID for query/search (#20967) 2022-12-04 20:05:17 +08:00
impl_utils_test.go Add log for transfer segment operation (#20829) 2022-11-28 09:53:13 +08:00
impl_utils.go Add log for transfer segment operation (#20829) 2022-11-28 09:53:13 +08:00
impl.go Check target node ID for query/search (#20967) 2022-12-04 20:05:17 +08:00
load_index_info_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
load_index_info.go Add event dispatcher for config (#20393) 2022-11-17 18:59:09 +08:00
load_segment_task_test.go Avoid delete segment which has been loaded (#20730) 2022-11-21 16:33:12 +08:00
load_segment_task.go Add collection delta channel in mutex protection (#20736) 2022-11-23 09:49:11 +08:00
meta_replica_test.go Upgrade knowhere to 1.3.4 (#20914) 2022-12-02 00:33:21 +08:00
meta_replica.go Upgrade knowhere to 1.3.4 (#20914) 2022-12-02 00:33:21 +08:00
metrics_info_test.go Etcd config source support TLS (#20874) 2022-11-30 18:23:15 +08:00
metrics_info.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
mock_test.go Upgrade knowhere to 1.3.4 (#20914) 2022-12-02 00:33:21 +08:00
mock_tsafe_replica_test.go Return task context error when read task timeout (#19288) 2022-09-28 12:08:59 +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 Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
plan.go Fix dead locks (#20121) 2022-10-27 20:53:32 +08:00
query_node_test.go Make datanode unittest use embed etcd server (#20948) 2022-12-02 16:05:16 +08:00
query_node.go Upgrade knowhere to 1.3.4 (#20914) 2022-12-02 00:33:21 +08:00
query_shard_service_test.go Stop querynode for unit tests (#20665) 2022-11-17 14:23:08 +08:00
query_shard_service.go Add event dispatcher for config (#20393) 2022-11-17 18:59:09 +08:00
query_shard_test.go Add version for subscribed channel (#20585) 2022-11-15 13:21:07 +08:00
query_shard.go Fix ctx confusion caused goroutine leakage (#20017) 2022-10-24 14:31:29 +08:00
rate_collector_test.go Reduce and improve quota center log (#20058) 2022-10-25 19:39:30 +08:00
rate_collector.go Reduce and improve quota center log (#20058) 2022-10-25 19:39:30 +08:00
reduce_test.go Stop querynode for unit tests (#20665) 2022-11-17 14:23:08 +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_sorter_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
result_sorter.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
result_test.go timestamp decided if the pks were the same (#20166) 2022-11-21 10:55:10 +08:00
result.go timestamp decided if the pks were the same (#20166) 2022-11-21 10:55:10 +08:00
retrieve_test.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
retrieve.go Fix dead locks (#20121) 2022-10-27 20:53:32 +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 Add quotaCenter, rateLimiter and rateCollector (#18636) 2022-09-16 09:56:47 +08:00
search_test.go Fix segmentPtr concurrent visit and destroy (#19560) 2022-09-29 21:54:55 +08:00
search.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
segment_loader_test.go Upgrade knowhere to 1.3.4 (#20914) 2022-12-02 00:33:21 +08:00
segment_loader.go Upgrade knowhere to 1.3.4 (#20914) 2022-12-02 00:33:21 +08:00
segment_test.go Upgrade knowhere to 1.3.4 (#20914) 2022-12-02 00:33:21 +08:00
segment.go Upgrade knowhere to 1.3.4 (#20914) 2022-12-02 00:33:21 +08:00
shard_cluster_service_test.go Stop querynode for unit tests (#20665) 2022-11-17 14:23:08 +08:00
shard_cluster_service.go Add event dispatcher for config (#20393) 2022-11-17 18:59:09 +08:00
shard_cluster_test.go Add version for subscribed channel (#20585) 2022-11-15 13:21:07 +08:00
shard_cluster_version_test.go Refactor QueryCoord (#18836) 2022-09-15 18:48:32 +08:00
shard_cluster_version.go Fix lastVersion not expire when there is only loadSegmentsTask (#20156) 2022-10-28 13:05:31 +08:00
shard_cluster.go Reduce some logs level which is frequent (#20894) 2022-11-30 14:07:15 +08:00
shard_node_detector_test.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
shard_node_detector.go Make Params singleton (#20088) 2022-11-04 14:25:38 +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 Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
task_query.go Substitute traceid for msgid in rpc (#20450) 2022-11-14 15:29:06 +08:00
task_queue_test.go
task_queue.go Fix QueryNode log level (#16604) 2022-05-07 10:27:51 +08:00
task_read_counter_test.go Add quotaCenter, rateLimiter and rateCollector (#18636) 2022-09-16 09:56:47 +08:00
task_read_counter.go Add quotaCenter, rateLimiter and rateCollector (#18636) 2022-09-16 09:56:47 +08:00
task_read_test.go Return task context error when read task timeout (#19288) 2022-09-28 12:08:59 +08:00
task_read.go Add time records for search path (#20924) 2022-12-02 11:39:17 +08:00
task_scheduler_test.go Return task context error when read task timeout (#19288) 2022-09-28 12:08:59 +08:00
task_scheduler.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
task_search.go Add time records for search path (#20924) 2022-12-02 11:39:17 +08:00
task_statistics.go Substitute traceid for msgid in rpc (#20450) 2022-11-14 15:29:06 +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 Stop querynode for unit tests (#20665) 2022-11-17 14:23:08 +08:00
task.go Support load segments/channels in parallel (#20036) 2022-10-31 13:55:33 +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 Fix dead locks (#20121) 2022-10-27 20:53:32 +08:00
validate.go Fix dead locks (#20121) 2022-10-27 20:53:32 +08:00
watch_dm_channels_task.go Avoid delete segment which has been loaded (#20730) 2022-11-21 16:33:12 +08:00