milvus/internal/querynode
bigsheeper e87372761a
Remove tSafe in release partition task and return max timestamp (#6078)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2021-06-24 19:06:34 +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 Support GetEntityByIDs in CGo, fix segcore bugs (#5563) 2021-06-04 10:38:34 +08:00
collection_replica_test.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
collection_replica.go Fix the problem of stuck after loadBalance and loadFieldData error (#5960) 2021-06-22 14:10:09 +08:00
collection_test.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
collection.go Add released partitions and fix search error in empty partition (#5893) 2021-06-19 18:38:07 +08:00
data_sync_service_test.go Add vChannel,pChannel in query node and get vChannel from master in query service (#5784) 2021-06-15 20:06:10 +08:00
data_sync_service.go Add released partitions and fix search error in empty partition (#5893) 2021-06-19 18:38:07 +08:00
flow_graph_dd_node.go Refactor flow graph and load/watchDML in query node (#5682) 2021-06-09 11:37:55 +08:00
flow_graph_delete_node.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
flow_graph_filter_dm_node.go Add released partitions and fix search error in empty partition (#5893) 2021-06-19 18:38:07 +08:00
flow_graph_gc_node.go Refactor flow graph and load/watchDML in query node (#5682) 2021-06-09 11:37:55 +08:00
flow_graph_insert_node.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
flow_graph_key2seg_node.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
flow_graph_message.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
flow_graph_node.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
flow_graph_query_node.go Add released partitions and fix search error in empty partition (#5893) 2021-06-19 18:38:07 +08:00
flow_graph_service_time_node.go Add released partitions and fix search error in empty partition (#5893) 2021-06-19 18:38:07 +08:00
historical.go Rename dataservice to datacoordinator (#5912) 2021-06-21 18:22:13 +08:00
impl.go Merge search_collection and retrieve_colletion into query_collection (#6037) 2021-06-23 20:26:10 +08:00
index_info.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
index_loader.go Rename queryservice to querycoordinator (#5931) 2021-06-22 16:44:09 +08:00
load_index_info_test.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
load_index_info.go Refactor flow graph and load/watchDML in query node (#5682) 2021-06-09 11:37:55 +08:00
load_service_test.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
OWNERS Update OWNERS file 2021-06-03 20:01:24 +08:00
param_table_test.go Add alias in paramtable (#5878) 2021-06-19 12:38:06 +08:00
param_table.go Add alias in paramtable (#5878) 2021-06-19 12:38:06 +08:00
partition_test.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
partition.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
plan_test.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
plan.go Split segcore and plan proto for future feature (#5767) 2021-06-15 14:43:57 +08:00
query_collection.go Remove tSafe in release partition task and return max timestamp (#6078) 2021-06-24 19:06:34 +08:00
query_node_test.go fix releasePartition not work after loadCollection (#6025) 2021-06-23 17:44:12 +08:00
query_node.go Merge search_collection and retrieve_colletion into query_collection (#6037) 2021-06-23 20:26:10 +08:00
query_service_test.go Merge search_collection and retrieve_colletion into query_collection (#6037) 2021-06-23 20:26:10 +08:00
query_service.go Merge search_collection and retrieve_colletion into query_collection (#6037) 2021-06-23 20:26:10 +08:00
reduce_test.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
reduce.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
retrieve_collection_test.go Split segcore and plan proto for future feature (#5767) 2021-06-15 14:43:57 +08:00
retrieve_collection.go Merge search_collection and retrieve_colletion into query_collection (#6037) 2021-06-23 20:26:10 +08:00
retrieve_service.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
segment_loader.go Rename queryservice to querycoordinator (#5931) 2021-06-22 16:44:09 +08:00
segment_test.go Split segcore and plan proto for future feature (#5767) 2021-06-15 14:43:57 +08:00
segment.go Add vChannel,pChannel in query node and get vChannel from master in query service (#5784) 2021-06-15 20:06:10 +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.go Add released partitions and fix search error in empty partition (#5893) 2021-06-19 18:38:07 +08:00
task_queue.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
task_scheduler.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
task.go Remove tSafe in release partition task and return max timestamp (#6078) 2021-06-24 19:06:34 +08:00
tsafe_replica.go Fix tSafe cannot update correctly (#5820) 2021-06-17 16:56:04 +08:00
tsafe_test.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
tsafe.go Add recovery logic for querynode and queryservice (#5843) 2021-06-19 11:45:09 +08:00
type_def.go Add vChannel,pChannel in query node and get vChannel from master in query service (#5784) 2021-06-15 20:06:10 +08:00