milvus/internal/querynode
bigsheeper 52126f2d5a
Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2021-09-24 13:57:54 +08:00
..
cgo_helper_test.go
cgo_helper.go
collection_replica_test.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
collection_replica.go Add comment for collection replica (#8147) 2021-09-18 18:15:51 +08:00
collection_test.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
collection.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
data_sync_service_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
data_sync_service.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +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 Add insert node failed unittests for query node (#7914) 2021-09-15 10:11:48 +08:00
flow_graph_insert_node.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +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 Remove useless message and add service time node unittest (#7565) 2021-09-08 17:10:15 +08:00
flow_graph_node.go
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 Apply for msgstream from pool when creating collection (#7738) 2021-09-18 09:13:50 +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
historical_test.go Add historical failed unittest for querynode (#7941) 2021-09-15 15:25:49 +08:00
historical.go
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
index_loader_test.go Add task unittest for query node (#7820) 2021-09-14 10:24:48 +08:00
index_loader.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +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 Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
load_service_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
metrics_info_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
metrics_info.go Expose simd type to query node metrics (#8299) 2021-09-23 11:27:54 +08:00
mock_components_test.go add collection alias (#7255) 2021-09-18 11:13:51 +08:00
mock_test.go Add loadFieldData unittest for query node (#8219) 2021-09-18 18:32:07 +08:00
OWNERS Remove unused label rules (#7929) 2021-09-18 18:19:51 +08:00
param_table_test.go Add a channel prefix for all channels (#8166) 2021-09-23 10:53:53 +08:00
param_table.go Add a channel prefix for all channels (#8166) 2021-09-23 10:53:53 +08:00
partition_test.go
partition.go
plan_test.go Add impl and plan unittests for query node (#7712) 2021-09-11 17:22:01 +08:00
plan.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
query_collection_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
query_collection.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +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 Add session liveness check (#8408) 2021-09-23 18:29:55 +08:00
query_service_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
query_service.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
reduce_test.go Check collection and plan before calling cgo functions (#7733) 2021-09-10 18:12:01 +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 Return error if setSegment failed when loadSegment (#8075) 2021-09-18 10:03:50 +08:00
segment_loader.go Return error if setSegment failed when loadSegment (#8075) 2021-09-18 10:03:50 +08:00
segment_test.go Add loadFieldData unittest for query node (#8219) 2021-09-18 18:32:07 +08:00
segment.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
stats_service_test.go
stats_service.go
streaming_test.go Add failed streming unittest for query node (#7960) 2021-09-17 11:37:49 +08:00
streaming.go
task_queue_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_queue.go
task_scheduler_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_scheduler.go
task_test.go Add release failed case unittest for query node (#7971) 2021-09-17 11:35:49 +08:00
task.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_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 Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
tsafe_test.go
tsafe.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
type_def.go [skip ci] Add comment for type def in query node (#8415) 2021-09-23 21:44:17 +08:00