milvus/internal/proxy
smellthemoon ad6cbc990f
Combine similar function (#21752)
Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
2023-01-17 17:53:42 +08:00
..
accesslog Use opentelemetry (#21509) 2023-01-12 16:09:39 +08:00
authentication_interceptor_test.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
authentication_interceptor.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
channels_mgr_test.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
channels_mgr.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
channels_time_ticker_test.go
channels_time_ticker.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
condition_test.go
condition.go Remove the redundant 'for' in the TaskCondition (#17558) 2022-06-15 16:32:10 +08:00
data_coord_mock_test.go Remove collection meta after GC finished (#21595) 2023-01-12 09:55:42 +08:00
dummyreq_test.go
dummyreq.go
error_test.go Return insufficient memory error when load failed (#21574) 2023-01-10 20:35:39 +08:00
error.go Return insufficient memory error when load failed (#21574) 2023-01-10 20:35:39 +08:00
hook_interceptor_test.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
hook_interceptor.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
impl_test.go Return error code when deny to read/write (#21561) 2023-01-06 14:31:37 +08:00
impl.go add resource group interface (#21676) 2023-01-12 18:31:41 +08:00
interface_def.go Rename some interface and files in id allocator (#19605) 2022-10-09 10:06:58 +08:00
meta_cache_test.go Fixbug: proxy meta_cache partially update (#21232) (#21242) 2022-12-14 20:45:23 +08:00
meta_cache.go Fixbug: proxy meta_cache partially update (#21232) (#21242) 2022-12-14 20:45:23 +08:00
metrics_info_test.go Low IndexCoord weight (#21548) 2023-01-06 14:21:37 +08:00
metrics_info.go Low IndexCoord weight (#21548) 2023-01-06 14:21:37 +08:00
mock_cache_test.go Catch errors on gloabl meta cache (#20023) 2022-10-25 11:29:30 +08:00
mock_channels_mgr_test.go Support collection level monitoring metrics (#19686) 2022-10-18 19:17:27 +08:00
mock_msgstream_test.go Refine channels management in Proxy. (#17334) 2022-06-02 15:34:04 +08:00
mock_test.go Refine msgstream interface (#20832) 2022-12-05 20:55:17 +08:00
msg_pack.go Optimization of delete and insert (#20990) 2022-12-08 18:37:19 +08:00
multi_rate_limiter_test.go Return error code when deny to read/write (#21561) 2023-01-06 14:31:37 +08:00
multi_rate_limiter.go Return error code when deny to read/write (#21561) 2023-01-06 14:31:37 +08:00
OWNERS
plan_parser_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
plan_parser.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
privilege_interceptor_test.go Fix the unsafe casbin Model (#21129) 2022-12-14 10:29:22 +08:00
privilege_interceptor.go Fix the unsafe casbin Model (#21129) 2022-12-14 10:29:22 +08:00
proxy_rpc_test.go Refactor GrpcConfig (#21142) 2022-12-16 15:59:23 +08:00
proxy_test.go Integration test framework (#21283) 2023-01-12 19:49:40 +08:00
proxy.go Fix some configs not shown (#21653) 2023-01-13 15:31:41 +08:00
query_coord_mock_test.go Can't drop loaded partition (#19938) 2022-10-21 14:41:28 +08:00
query_node_mock_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
rate_limit_interceptor_test.go Return error code when deny to read/write (#21561) 2023-01-06 14:31:37 +08:00
rate_limit_interceptor.go Return error code when deny to read/write (#21561) 2023-01-06 14:31:37 +08:00
repack_func_test.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
repack_func.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
rootcoord_mock_test.go Fix collection not exist when tried to do recovery (#21471) 2023-01-04 16:37:35 +08:00
rpc_msg.go
segment_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
segment.go Integration test framework (#21283) 2023-01-12 19:49:40 +08:00
shard_client_test.go Add cache of grpc client of ShardLeader in proxy (#17301) 2022-06-02 12:16:03 +08:00
shard_client.go Integration test framework (#21283) 2023-01-12 19:49:40 +08:00
task_calc_distance_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
task_calc_distance.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
task_delete_test.go Forbid deleting entities by non-pk field (#21459) 2022-12-30 14:17:32 +08:00
task_delete.go Use opentelemetry (#21509) 2023-01-12 16:09:39 +08:00
task_index_test.go Reset indexpb for upgrade (#21620) 2023-01-11 14:35:40 +08:00
task_index.go Reset indexpb for upgrade (#21620) 2023-01-11 14:35:40 +08:00
task_insert_test.go Optimization of delete and insert (#20990) 2022-12-08 18:37:19 +08:00
task_insert.go Combine similar function (#21752) 2023-01-17 17:53:42 +08:00
task_policies_test.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
task_policies.go Fix Proxy never updates the shard leaders cache (#20286) 2022-11-03 12:27:36 +08:00
task_query_test.go Fix offset panic (#21292) 2022-12-27 11:11:29 +08:00
task_query.go Invalidate cache first when shard leader list contains error (#21451) 2022-12-29 23:29:32 +08:00
task_scheduler_test.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
task_scheduler.go Use opentelemetry (#21509) 2023-01-12 16:09:39 +08:00
task_search_test.go Guard bad distance/score from knowhere (#21034) 2022-12-13 17:03:21 +08:00
task_search.go Use opentelemetry (#21509) 2023-01-12 16:09:39 +08:00
task_statistic.go Use opentelemetry (#21509) 2023-01-12 16:09:39 +08:00
task_test.go Reset indexpb for upgrade (#21620) 2023-01-11 14:35:40 +08:00
task_upsert_test.go Combine similar function (#21752) 2023-01-17 17:53:42 +08:00
task_upsert.go Combine similar function (#21752) 2023-01-17 17:53:42 +08:00
task.go Reset indexpb for upgrade (#21620) 2023-01-11 14:35:40 +08:00
timestamp_test.go
timestamp.go Remove invalid timestamp (#20557) 2022-11-14 16:21:07 +08:00
type_def.go [skip e2e] Add comment for pChan (#14098) 2021-12-23 21:44:12 +08:00
util_test.go Combine similar function (#21752) 2023-01-17 17:53:42 +08:00
util.go Combine similar function (#21752) 2023-01-17 17:53:42 +08:00