milvus/pkg/util/paramtable
congqixia f0d0651989
Do not reset connection immediately if grpc code is Canceled or DeadlineExceeded (#27014)
We found lots of connection reset & canceled due to recent retry change
Current implementation resets connection no matter what the error code is
To sync behavior to previous retry, skip reset connection only if cancel error happens too much.

Also adds a config item for minResetInterval for grpc reset connection

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2023-09-13 15:01:18 +08:00
..
autoindex_param_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
autoindex_param.go Make autoindex config clean (#26732) 2023-08-31 10:25:01 +08:00
base_table_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
base_table.go Remove config content output before credential mask implemented (#26993) 2023-09-11 19:33:17 +08:00
component_param_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
component_param.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
grpc_param_test.go Do not reset connection immediately if grpc code is Canceled or DeadlineExceeded (#27014) 2023-09-13 15:01:18 +08:00
grpc_param.go Do not reset connection immediately if grpc code is Canceled or DeadlineExceeded (#27014) 2023-09-13 15:01:18 +08:00
hook_config.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
http_param_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
http_param.go support high-level RESTFUL API, listen on the same port as grpc. (#25108) 2023-08-08 10:15:07 +08:00
param_item.go Add worker num as one of load resource (#26045) 2023-08-01 21:47:06 +08:00
quota_param_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
quota_param.go Add default retrieve limit (#24782) 2023-08-10 14:11:15 +08:00
runtime.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
service_param_test.go tikv integration (#26246) 2023-09-07 07:25:14 +08:00
service_param.go [Improvement] add pulsar metrics and fix timeout (#26907) 2023-09-13 12:03:19 +08:00