milvus/internal/querynode
zhenshan.cao 0da7ed96f7
[skip ci]Fix golint error in querynode (#9747)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
2021-10-12 20:25:02 +08:00
..
cgo_helper_test.go Support GetEntityByIDs in CGo, fix segcore bugs (#5563) 2021-06-04 10:38:34 +08:00
cgo_helper.go [skip ci] Add comment for HandleCProtoResult (#9044) 2021-10-01 23:44:10 +08:00
collection_replica_test.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
collection_replica.go [skip ci] Add comment for getVecFieldIDsByCollectionID (#9721) 2021-10-12 19:11:04 +08:00
collection_test.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
collection.go [skip ci] Add comment for deleteCollection (#9367) 2021-10-06 23:38:00 +08:00
data_sync_service_test.go Replace ChannelID with ShardName in DML Request (#8539) 2021-09-27 10:01:59 +08:00
data_sync_service.go [skip ci] Add comment for newDataSyncService (#8962) 2021-10-01 09:53:43 +08:00
errors_test.go Rename name of unittests in query node (#8225) 2021-09-18 18:05:51 +08:00
errors.go [skip ci] Add comment for errors in query node (#8417) 2021-09-23 21:46:16 +08:00
flow_graph_filter_dm_node_test.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
flow_graph_filter_dm_node.go [skip ci] Add comment for query node flow graph (#8326) 2021-09-22 20:10:09 +08:00
flow_graph_insert_node_test.go Fix golint error in querynode (#9597) 2021-10-09 22:52:59 +08:00
flow_graph_insert_node.go Fix golint error in querynode (#9597) 2021-10-09 22:52:59 +08:00
flow_graph_message_test.go Remove useless message and add service time node unittest (#7565) 2021-09-08 17:10:15 +08:00
flow_graph_message.go [skip ci] Add comments for flow_graph_message.go (#8523) 2021-09-24 21:37:57 +08:00
flow_graph_node.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
flow_graph_query_node_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
flow_graph_query_node.go Refactor flowgraph and related invocation (#8770) 2021-09-29 20:19:59 +08:00
flow_graph_service_time_node_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
flow_graph_service_time_node.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
global_sealed_segment_manager_test.go Add globalSegmentManager and consume changeInfoMsg (#9575) 2021-10-11 15:40:38 +08:00
global_sealed_segment_manager.go Add globalSegmentManager and consume changeInfoMsg (#9575) 2021-10-11 15:40:38 +08:00
historical_test.go Replace proto.MarshalTextString with proto.Marshal (#8542) 2021-09-29 20:26:00 +08:00
historical.go [skip ci] Add comment for newHistorical (#8963) 2021-10-01 09:45:12 +08:00
impl_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
impl.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
index_info_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
index_info.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
index_loader_test.go Add task unittest for query node (#7820) 2021-09-14 10:24:48 +08:00
index_loader.go Rename IndexParamsFile to IndexParamsKey (#9563) 2021-10-09 19:27:02 +08:00
load_index_info_test.go Add segment unittests for query node (#7632) 2021-09-09 17:36:02 +08:00
load_index_info.go [skip ci] Fix golint error in querynode (#9289) 2021-10-05 21:38:16 +08:00
load_service_test.go [skip ci]Change uppercase for minio (#9734) 2021-10-12 19:35:14 +08:00
metrics_info_test.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
metrics_info.go Expose created time and updated time to querynode metrics (#9738) 2021-10-12 19:56:34 +08:00
mock_components_test.go add collection alias (#7255) 2021-09-18 11:13:51 +08:00
mock_test.go For search funtion adding a round_decimal paramter to precision control (#8574) 2021-10-08 17:39:55 +08:00
OWNERS Remove unused label rules (#7929) 2021-09-18 18:19:51 +08:00
param_table_test.go Add cacheSize to prevent OOM in query node (#8765) 2021-09-28 22:24:03 +08:00
param_table.go Expose created time and updated time to querynode metrics (#9738) 2021-10-12 19:56:34 +08:00
partition_test.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
partition.go [skip ci] Fix golint error in querynode (#9288) 2021-10-05 21:36:24 +08:00
plan_test.go For search funtion adding a round_decimal paramter to precision control (#8574) 2021-10-08 17:39:55 +08:00
plan.go [skip ci]Fix golint error in querynode (#9747) 2021-10-12 20:25:02 +08:00
query_collection_test.go Add globalSegmentManager and consume changeInfoMsg (#9575) 2021-10-11 15:40:38 +08:00
query_collection.go Add globalSegmentManager and consume changeInfoMsg (#9575) 2021-10-11 15:40:38 +08:00
query_node_test.go Add a channel prefix for all channels (#8166) 2021-09-23 10:53:53 +08:00
query_node.go Expose created time and updated time to querynode metrics (#9738) 2021-10-12 19:56:34 +08:00
query_service_test.go Fix data race in query service (#9454) 2021-10-08 17:41:49 +08:00
query_service.go Fix data race in query service (#9454) 2021-10-08 17:41:49 +08:00
reduce_test.go For search funtion adding a round_decimal paramter to precision control (#8574) 2021-10-08 17:39:55 +08:00
reduce.go Check collection and plan before calling cgo functions (#7733) 2021-09-10 18:12:01 +08:00
segment_loader_test.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
segment_loader.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
segment_test.go For search funtion adding a round_decimal paramter to precision control (#8574) 2021-10-08 17:39:55 +08:00
segment.go For search funtion adding a round_decimal paramter to precision control (#8574) 2021-10-08 17:39:55 +08:00
stats_service_test.go Add historical and streaming module in querynode (#5469) 2021-05-28 10:26:30 +08:00
stats_service.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
streaming_test.go Add failed streming unittest for query node (#7960) 2021-09-17 11:37:49 +08:00
streaming.go [skip ci] Add comment for search in streaming (#8805) 2021-09-28 22:42:05 +08:00
task_queue_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_queue.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
task_scheduler_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_scheduler.go improve query node log (#6897) 2021-07-31 10:47:22 +08:00
task_test.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
task.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
tsafe_replica_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
tsafe_replica.go [skip ci] Add comment for tSafe replica (#8495) 2021-09-24 20:52:13 +08:00
tsafe_test.go Add test for tsafe (#8626) 2021-09-28 12:28:03 +08:00
tsafe.go Add test for tsafe (#8626) 2021-09-28 12:28:03 +08:00
type_def.go [skip ci] Fix golint error in type_def.go (#9161) 2021-10-03 21:09:56 +08:00