milvus/internal/querynode
congqixia a3f84f2ea3
Remove dependency for dropped segment checkpoint in querynode (#19831)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-10-17 18:47:25 +08:00
..
benchmark_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
cgo_helper.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
collection_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
collection.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
data_sync_service_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
data_sync_service.go Add quotaCenter, rateLimiter and rateCollector (#18636) 2022-09-16 09:56:47 +08:00
errors_test.go [skip ci]Update license for qn fg deletenode (#12397) 2021-11-29 20:15:45 +08:00
errors.go [skip ci]Update license for qn fg deletenode (#12397) 2021-11-29 20:15:45 +08:00
flow_graph_delete_node_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
flow_graph_delete_node.go Simplify flow graph node to pipeline mode (#19667) 2022-10-10 22:15:22 +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 Separate public proto files (#19782) 2022-10-16 20:49:27 +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 Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
flow_graph_insert_node_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
flow_graph_insert_node.go Separate public proto files (#19782) 2022-10-16 20:49:27 +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_node.go [skip e2e] Add comment for inputNode (#13791) 2021-12-20 19:45:06 +08:00
flow_graph_query_node_test.go Add dependency factory (#16204) 2022-04-07 22:05:32 +08:00
flow_graph_query_node.go Simplify flow graph node to pipeline mode (#19667) 2022-10-10 22:15:22 +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 Fix read queue metrics and memory protection (#19787) 2022-10-14 18:05:24 +08:00
impl_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
impl_utils.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
impl.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
load_index_info_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
load_index_info.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
meta_replica_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
meta_replica.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
metrics_info_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
metrics_info.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
mock_test.go Move assemble/disassemble func to core (#19420) 2022-10-16 21:17:25 +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 [skip ci]Update license for qn partition (#12901) 2021-12-08 09:21:56 +08:00
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 Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
query_node_test.go Fix Chunk Manager Path mis use (#19141) 2022-09-23 14:40:51 +08:00
query_node.go Move assemble/disassemble func to core (#19420) 2022-10-16 21:17:25 +08:00
query_shard_service_test.go Fix Chunk Manager Path mis use (#19141) 2022-09-23 14:40:51 +08:00
query_shard_service.go Fix Chunk Manager Path mis use (#19141) 2022-09-23 14:40:51 +08:00
query_shard_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
query_shard.go Add ctx parameter for ChunkManager methods (#19546) 2022-09-29 16:18:56 +08:00
rate_collector_test.go Add quotaCenter, rateLimiter and rateCollector (#18636) 2022-09-16 09:56:47 +08:00
rate_collector.go Add quotaCenter, rateLimiter and rateCollector (#18636) 2022-09-16 09:56:47 +08:00
reduce_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +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 Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
result.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
retrieve_test.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
retrieve.go Add ctx parameter for ChunkManager methods (#19546) 2022-09-29 16:18:56 +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 Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
segment_loader_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
segment_loader.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
segment_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
segment.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
shard_cluster_service_test.go Fix balance may confuse leader observer (#19435) 2022-09-28 12:10:54 +08:00
shard_cluster_service.go Refactor QueryCoord (#18836) 2022-09-15 18:48:32 +08:00
shard_cluster_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
shard_cluster_version_test.go Refactor QueryCoord (#18836) 2022-09-15 18:48:32 +08:00
shard_cluster_version.go Refactor QueryCoord (#18836) 2022-09-15 18:48:32 +08:00
shard_cluster.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
shard_node_detector_test.go Refactor QueryCoord (#18836) 2022-09-15 18:48:32 +08:00
shard_node_detector.go Refactor QueryCoord (#18836) 2022-09-15 18:48:32 +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 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
task_query.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
task_queue_test.go [skip ci]Update license for qn task queue (#13414) 2021-12-15 11:49:26 +08:00
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 Fix read queue metrics and memory protection (#19787) 2022-10-14 18:05:24 +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 Skip canceled tasks (#19513) 2022-09-28 19:58:54 +08:00
task_search.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
task_statistics.go Separate public proto files (#19782) 2022-10-16 20:49:27 +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 Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
task.go Remove dependency for dropped segment checkpoint in querynode (#19831) 2022-10-17 18:47:25 +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 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00
validate.go 1. refine logging interfaces (#18692) 2022-08-23 10:44:52 +08:00