mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
cf242f9e09
issue: #35570 milvus support config cache to spped up config access, but only evict param's cache when param has been updated. but milvus's param may rely on other param's value, let's say ParamsA relys on paramsB, when paramsB updated, it will evict paramB's cache, but the paramA's cache still keep the old value. This PR evict all config cache to solve the above issue, cause dynamic update config won't be much frequetly. Signed-off-by: Wei Liu <wei.liu@zilliz.com> |
||
---|---|---|
.. | ||
autoindex_param_test.go | ||
autoindex_param.go | ||
base_table_test.go | ||
base_table.go | ||
component_param_test.go | ||
component_param.go | ||
grpc_param_test.go | ||
grpc_param.go | ||
hook_config.go | ||
http_param_test.go | ||
http_param.go | ||
param_item.go | ||
quota_param_test.go | ||
quota_param.go | ||
role_param_test.go | ||
role_param.go | ||
runtime.go | ||
service_param_test.go | ||
service_param.go |