milvus/internal/proxy
yah01 b4f86ea55e
Construct all success status with merr (#27226)
Signed-off-by: yah01 <yah2er0ne@outlook.com>
2023-09-20 10:57:23 +08:00
..
accesslog Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
authentication_interceptor_test.go Organize mocks from types.go (#25466) 2023-07-14 10:12:31 +08:00
authentication_interceptor.go Fix parse token error (#23909) 2023-05-08 10:28:39 +08:00
channels_mgr_test.go Remove QueryMsgStream in MqFactory interface (#26374) 2023-08-16 10:29:33 +08:00
channels_mgr.go enable ctx traceId for assignsegment on dc(#26972) (#27108) (#27030) 2023-09-18 11:39:20 +08:00
channels_time_ticker_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
channels_time_ticker.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
client_info.go Use pointer receiver for large struct (#26668) 2023-08-30 10:24:29 +08:00
condition_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
condition.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
connection_manager_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
connection_manager.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
count_reducer_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
count_reducer.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
data_coord_mock_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
database_interceptor_test.go Fix flush slowly (#27123) 2023-09-15 17:45:21 +08:00
database_interceptor.go Fix flush slowly (#27123) 2023-09-15 17:45:21 +08:00
default_limit_reducer.go Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +08:00
dummyreq_test.go Check error by Error() and NoError() for better report message (#24736) 2023-06-08 15:36:36 +08:00
dummyreq.go
error_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
error.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
expr_checker_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
expr_checker.go Support partition Key (#24047) 2023-06-06 10:24:34 +08:00
hook_interceptor_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
hook_interceptor.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
impl_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
impl.go Replace all status with only error string (#27125) 2023-09-18 14:05:28 +08:00
interface_def.go Upgrade golangci-lint (#24707) 2023-06-07 19:34:36 +08:00
keep_active_interceptor_test.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
keep_active_interceptor.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
lb_balancer.go add metrics for replica selection (#25037) 2023-06-27 09:52:44 +08:00
lb_policy_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
lb_policy.go Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +08:00
look_aside_balancer_test.go stop heartbeat if reach heartbeat limit (#26728) 2023-09-04 17:51:48 +08:00
look_aside_balancer.go stop heartbeat if reach heartbeat limit (#26728) 2023-09-04 17:51:48 +08:00
meta_cache_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
meta_cache.go Fix panic while handling with the nil status (#27040) 2023-09-15 10:09:21 +08:00
metrics_info_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
metrics_info.go Replace all status with only error string (#27125) 2023-09-18 14:05:28 +08:00
mock_cache.go Organize all mockery generation commands in Makefile (#26826) 2023-09-04 21:19:48 +08:00
mock_channels_manager.go support complex delete expression (#25752) 2023-09-12 10:19:17 +08:00
mock_channels_mgr_test.go Fix timetick block caused by dml task pop failed (#23277) 2023-04-11 11:00:31 +08:00
mock_lb_balancer.go Organize all mockery generation commands in Makefile (#26826) 2023-09-04 21:19:48 +08:00
mock_lb_policy.go Organize all mockery generation commands in Makefile (#26826) 2023-09-04 21:19:48 +08:00
mock_msgstream_test.go Remove QueryMsgStream in MqFactory interface (#26374) 2023-08-16 10:29:33 +08:00
mock_shardclient_manager.go Organize all mockery generation commands in Makefile (#26826) 2023-09-04 21:19:48 +08:00
mock_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
mock_tso_test.go Organize all mockery generation commands in Makefile (#26826) 2023-09-04 21:19:48 +08:00
msg_pack_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
msg_pack.go add metrics for assign-segment on proxy(#24570) (#25907) 2023-07-26 14:15:01 +08:00
multi_rate_limiter_test.go Replace error code with merr for RateLimiter (#27176) 2023-09-19 10:37:23 +08:00
multi_rate_limiter.go Replace error code with merr for RateLimiter (#27176) 2023-09-19 10:37:23 +08:00
OWNERS
plan_parser_test.go Support array datatype (#26369) 2023-09-19 14:23:23 +08:00
plan_parser.go Add float16 vector (#25852) 2023-09-08 10:03:16 +08:00
privilege_interceptor_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
privilege_interceptor.go Adjust some confusing Warning log to INFO (#26356) 2023-08-15 17:49:33 +08:00
proxy_rpc_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
proxy_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
proxy.go Fix panic while handling with the nil status (#27040) 2023-09-15 10:09:21 +08:00
rate_limit_interceptor_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
rate_limit_interceptor.go Replace error code with merr for RateLimiter (#27176) 2023-09-19 10:37:23 +08:00
reducer_test.go Add staticcheck linter and fix existing problems (#27174) 2023-09-19 10:05:22 +08:00
reducer.go enable ctx traceId for assignsegment on dc(#26972) (#27108) (#27030) 2023-09-18 11:39:20 +08:00
repack_func_test.go Check error by Error() and NoError() for better report message (#24736) 2023-06-08 15:36:36 +08:00
repack_func.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
rootcoord_mock_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
roundrobin_balancer_test.go add metrics for replica selection (#25037) 2023-06-27 09:52:44 +08:00
roundrobin_balancer.go Handle errors by merr for QueryCoord (#24926) 2023-07-17 14:59:34 +08:00
rpc_msg.go Add slow log for read (#23272) 2023-04-14 15:30:29 +08:00
segment_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
segment.go Fix panic while handling with the nil status (#27040) 2023-09-15 10:09:21 +08:00
shard_client_test.go Add server id validation interceptor (#26395) 2023-08-17 20:20:20 +08:00
shard_client.go Add server id validation interceptor (#26395) 2023-08-17 20:20:20 +08:00
task_database_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
task_database.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
task_delete_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
task_delete.go support complex delete expression (#25752) 2023-09-12 10:19:17 +08:00
task_index_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
task_index.go Fix panic while handling with the nil status (#27040) 2023-09-15 10:09:21 +08:00
task_insert_test.go Add dynamic schema check in upsert (#26644) 2023-08-30 10:52:26 +08:00
task_insert.go Support array datatype (#26369) 2023-09-19 14:23:23 +08:00
task_policies_test.go Check error by Error() and NoError() for better report message (#24736) 2023-06-08 15:36:36 +08:00
task_policies.go refactor replica selection and retry policy on channel (#24367) 2023-06-13 10:20:37 +08:00
task_query_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
task_query.go enable ctx traceId for assignsegment on dc(#26972) (#27108) (#27030) 2023-09-18 11:39:20 +08:00
task_scheduler_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
task_scheduler.go Refactor logs in proxy package. (#24936) 2023-06-19 13:28:41 +08:00
task_search_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
task_search.go Fix high cpu usage caused by proto.size (#27054) 2023-09-17 20:55:21 +08:00
task_statistic_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
task_statistic.go Fix panic while handling with the nil status (#27040) 2023-09-15 10:09:21 +08:00
task_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
task_upsert_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
task_upsert.go Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +08:00
task.go Support array datatype (#26369) 2023-09-19 14:23:23 +08:00
timestamp_test.go Check error by Error() and NoError() for better report message (#24736) 2023-06-08 15:36:36 +08:00
timestamp.go Fix panic while handling with the nil status (#27040) 2023-09-15 10:09:21 +08:00
type_def.go
util_test.go Construct all success status with merr (#27226) 2023-09-20 10:57:23 +08:00
util.go Support array datatype (#26369) 2023-09-19 14:23:23 +08:00
validate_util_test.go Support array datatype (#26369) 2023-09-19 14:23:23 +08:00
validate_util.go Support array datatype (#26369) 2023-09-19 14:23:23 +08:00