milvus/pkg/util/paramtable
wei liu cf242f9e09
fix: fix dynamic update config doesn't works for some param (#35572)
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>
2024-08-21 11:02:56 +08:00
..
autoindex_param.go enhance: refactor bitmap index and internal hybrid index (#34450) 2024-07-18 10:39:42 +08:00
autoindex_param_test.go enhance: autoindex for multi data type (#33868) 2024-06-18 21:34:01 +08:00
base_table.go enhance: Add segment seal proportion jitter (#34636) 2024-07-15 14:47:39 +08:00
base_table_test.go enhance: Add segment seal proportion jitter (#34636) 2024-07-15 14:47:39 +08:00
component_param.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
component_param_test.go fix: fix dynamic update config doesn't works for some param (#35572) 2024-08-21 11:02:56 +08:00
grpc_param.go enhance: update param documents (#35152) 2024-08-01 12:38:13 +08:00
grpc_param_test.go enhance: Add segment seal proportion jitter (#34636) 2024-07-15 14:47:39 +08:00
hook_config.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
http_param.go enhance: Add segment seal proportion jitter (#34636) 2024-07-15 14:47:39 +08:00
http_param_test.go enhance: Add segment seal proportion jitter (#34636) 2024-07-15 14:47:39 +08:00
param_item.go enhance: Trim space during parsing string list from string (#35546) 2024-08-19 20:48:55 +08:00
quota_param.go enhance: update param documents (#35152) 2024-08-01 12:38:13 +08:00
quota_param_test.go enhance: improve check health (#33800) 2024-07-01 10:16:06 +08:00
role_param.go enhance: Add segment seal proportion jitter (#34636) 2024-07-15 14:47:39 +08:00
role_param_test.go enhance: Add segment seal proportion jitter (#34636) 2024-07-15 14:47:39 +08:00
runtime.go enhance: Add segment seal proportion jitter (#34636) 2024-07-15 14:47:39 +08:00
service_param.go Change minio use virtual config to not panic (#35327) 2024-08-07 09:58:15 +08:00
service_param_test.go enhance: Add segment seal proportion jitter (#34636) 2024-07-15 14:47:39 +08:00