mirror of https://github.com/milvus-io/milvus.git
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> |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_test.go | ||
| env_source.go | ||
| etcd_source.go | ||
| etcd_source_test.go | ||
| event.go | ||
| event_dispatcher.go | ||
| event_dispatcher_test.go | ||
| file_source.go | ||
| manager.go | ||
| manager_test.go | ||
| refresher.go | ||
| source.go | ||
| source_test.go | ||