milvus/internal/querynode
bigsheeper fa77e14884
[skip ci] Add comment for printReplica (#11592)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2021-11-10 23:54:05 +08:00
..
cgo_helper_test.go Remove debug code (#11556) 2021-11-10 17:31:37 +08:00
cgo_helper.go Remove debug code (#11556) 2021-11-10 17:31:37 +08:00
collection_replica_test.go Add getNodeInfoByID and getSegmentInfoByNode function for cluster (#11247) 2021-11-05 16:00:55 +08:00
collection_replica.go [skip ci] Add comment for printReplica (#11592) 2021-11-10 23:54:05 +08:00
collection_test.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
collection.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
data_sync_service_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
data_sync_service.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
errors_test.go
errors.go
flow_graph_delete_node_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
flow_graph_delete_node.go Logging traceID in process of processing delete request (#11374) 2021-11-09 11:01:02 +08:00
flow_graph_filter_delete_node_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
flow_graph_filter_delete_node.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
flow_graph_filter_dm_node_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
flow_graph_filter_dm_node.go Logging traceID in process of processing delete request (#11374) 2021-11-09 11:01:02 +08:00
flow_graph_insert_node_test.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
flow_graph_insert_node.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
flow_graph_message_test.go
flow_graph_message.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
flow_graph_node.go
flow_graph_query_node_test.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
flow_graph_query_node.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
flow_graph_service_time_node_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
flow_graph_service_time_node.go
global_sealed_segment_manager_test.go Add LoadBalance (#9945) 2021-11-06 16:54:59 +08:00
global_sealed_segment_manager.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
historical_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
historical.go Rename getEntityByIds to retrieve (#11548) 2021-11-10 17:15:37 +08:00
impl_test.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
impl.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
index_info_test.go
index_info.go
index_loader_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
index_loader.go Filter index segment with empty index file paths (#10751) 2021-10-27 17:12:30 +08:00
load_index_info_test.go
load_index_info.go
load_service_test.go Add common endian for global use (#11092) 2021-11-02 18:16:32 +08:00
metrics_info_test.go Add cgroups to get container memory and check index memory in segment loader (#10363) 2021-10-22 20:49:10 +08:00
metrics_info.go Add cgroups to get container memory and check index memory in segment loader (#10363) 2021-10-22 20:49:10 +08:00
mock_components_test.go Filter index segment with empty index file paths (#10751) 2021-10-27 17:12:30 +08:00
mock_test.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
OWNERS
param_table_test.go
param_table.go Move node.yaml to component.yaml (#11363) 2021-11-10 14:27:37 +08:00
partition_test.go
partition.go
plan_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
plan.go [skip ci]Fix golint error in querynode (#9747) 2021-10-12 20:25:02 +08:00
query_collection_test.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
query_collection.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
query_node_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
query_node.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
query_service_test.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
query_service.go Fix data race in query service (#9454) 2021-10-08 17:41:49 +08:00
reduce_test.go Add common endian for global use (#11092) 2021-11-02 18:16:32 +08:00
reduce.go [skip ci] Add comments for MarshaledHits (#11284) 2021-11-05 09:23:11 +08:00
segment_loader_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
segment_loader.go Fix multi delete data not effect (#11422) 2021-11-09 15:01:17 +08:00
segment_test.go Rename getEntityByIds to retrieve (#11548) 2021-11-10 17:15:37 +08:00
segment.go [skip ci] Add comments for VectorFieldInfo (#11595) 2021-11-10 23:48:06 +08:00
stats_service_test.go
stats_service.go
streaming_test.go Add flow_graph for delta channel in querynode (#11293) 2021-11-06 11:02:58 +08:00
streaming.go Rename getEntityByIds to retrieve (#11548) 2021-11-10 17:15:37 +08:00
task_queue_test.go
task_queue.go
task_scheduler_test.go
task_scheduler.go
task_test.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
task.go Make flow graph for delta channel (#11379) 2021-11-09 09:27:04 +08:00
tsafe_replica_test.go
tsafe_replica.go
tsafe_test.go
tsafe.go
type_def.go