milvus/internal/proxy
yah01 5ca7851f4a
enhance: refine error messages (#28424) (#28614)
- Split the simple reason and full detail
- Refine existing error messages related: #28422
related: https://github.com/milvus-io/milvus/issues/28422
pr: #28424

---------

Signed-off-by: yah01 <yah2er0ne@outlook.com>
2023-11-24 10:04:24 +08:00
..
accesslog Add write cache for access log (#27792) (#28142) 2023-11-13 15:08:18 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
authentication_interceptor.go [2.3]: Hide the password info when failing to authorize (#28437) 2023-11-15 14:40:26 +08:00
authentication_interceptor_test.go Support the apikey authentication for the restful api (#27758) 2023-10-18 16:36:12 +08:00
channels_mgr.go Block creating new error from status reason (#27426) 2023-10-07 11:29:32 +08:00
channels_mgr_test.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
channels_time_ticker.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
channels_time_ticker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
client_info.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
condition.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
condition_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
connection_manager.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
connection_manager_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
count_reducer.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
count_reducer_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
data_coord_mock_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
database_interceptor.go Fix flush slowly (#27123) 2023-09-15 17:45:21 +08:00
database_interceptor_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
default_limit_reducer.go Improve the error message for getting all indexes of collection (#27389) 2023-10-08 21:23:32 +08:00
dummyreq.go [skip ci]Update license for proxy dummy (#11605) 2021-11-10 23:43:27 +08:00
dummyreq_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
expr_checker.go Support partition Key (#24047) 2023-06-06 10:24:34 +08:00
expr_checker_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
hook_interceptor.go Support the apikey authentication for the restful api (#27758) 2023-10-18 16:36:12 +08:00
hook_interceptor_test.go Support the apikey authentication (#27723) 2023-10-17 21:00:11 +08:00
impl.go Construct plan directly when search with vector output (#27963) 2023-10-27 10:32:13 +08:00
impl_test.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
interface_def.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
keep_active_interceptor.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
keep_active_interceptor_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
lb_balancer.go add metrics for replica selection (#25037) 2023-06-27 09:52:44 +08:00
lb_policy.go enhance: refine error messages (#28424) (#28614) 2023-11-24 10:04:24 +08:00
lb_policy_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
look_aside_balancer.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
look_aside_balancer_test.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
meta_cache.go remove retry in getShards (#28011) (#28091) 2023-11-03 09:48:16 +08:00
meta_cache_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
metrics_info.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
metrics_info_test.go Refine state check (#27541) 2023-10-11 21:01:35 +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_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 Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
mock_shardclient_manager.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_test.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
mock_tso_test.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
msg_pack.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
msg_pack_test.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
multi_rate_limiter.go Replace error code with merr for RateLimiter (#27176) 2023-09-19 10:37:23 +08:00
multi_rate_limiter_test.go Refine DataCoord status (#27262) 2023-09-26 17:15:27 +08:00
privilege_interceptor.go [restful] new context with grpc metadata (#27668) 2023-10-17 20:00:14 +08:00
privilege_interceptor_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
proxy.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
proxy_rpc_test.go Refine Proxy errors (#27499) 2023-10-09 10:09:33 +08:00
proxy_test.go Implement SearchByPks path for Search (#25882) 2023-10-16 15:34:08 +08:00
rate_limit_interceptor.go Replace error code with merr for RateLimiter (#27176) 2023-09-19 10:37:23 +08:00
rate_limit_interceptor_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
reducer.go enable ctx traceId for assignsegment on dc(#26972) (#27108) (#27030) 2023-09-18 11:39:20 +08:00
reducer_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
repack_func.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
repack_func_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
replicate_stream_manager.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
replicate_stream_manager_test.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
rootcoord_mock_test.go enhance: remove legacy error related code (#28385) (#28415) 2023-11-15 17:24:21 +08:00
roundrobin_balancer.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
roundrobin_balancer_test.go add metrics for replica selection (#25037) 2023-06-27 09:52:44 +08:00
rpc_msg.go Add slow log for read (#23272) 2023-04-14 15:30:29 +08:00
segment.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
segment_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
shard_client.go Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
shard_client_test.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
task.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
task_database.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
task_database_test.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
task_delete.go Add some log for delete task when it need query (#27317) 2023-10-24 14:54:12 +08:00
task_delete_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
task_index.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
task_index_test.go Compatible with scalar index types marisa-trie and Ascending (#27638) 2023-10-15 13:52:06 +08:00
task_insert.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
task_insert_test.go Remove old mockChannelsMgrs, use mockery MockChannelsMgr instead (#27318) 2023-09-25 10:31:26 +08:00
task_policies.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
task_policies_test.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
task_query.go Construct plan directly when search with vector output (#27963) 2023-10-27 10:32:13 +08:00
task_query_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
task_scheduler.go Use pool to block exceeded tasks (#27767) 2023-10-19 03:30:06 +08:00
task_scheduler_test.go Remove old mockChannelsMgrs, use mockery MockChannelsMgr instead (#27318) 2023-09-25 10:31:26 +08:00
task_search.go Construct plan directly when search with vector output (#27963) 2023-10-27 10:32:13 +08:00
task_search_test.go Fix unstable search task ut (#28101) (#28120) 2023-11-03 00:34:15 +08:00
task_statistic.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
task_statistic_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
task_test.go enhance: remove legacy error related code (#28385) (#28415) 2023-11-15 17:24:21 +08:00
task_upsert.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
task_upsert_test.go Remove old mockChannelsMgrs, use mockery MockChannelsMgr instead (#27318) 2023-09-25 10:31:26 +08:00
timestamp.go Fix panic while handling with the nil status (#27040) 2023-09-15 10:09:21 +08:00
timestamp_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
type_def.go [skip e2e] Add comment for pChan (#14098) 2021-12-23 21:44:12 +08:00
util.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
util_test.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
validate_util.go Rectify wrong exception messages associated with Array datatype (#27769) 2023-10-19 17:24:07 +08:00
validate_util_test.go Check if insert data matches schema (#27401) 2023-09-28 19:01:27 +08:00