mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
issue: #46443 Add `Forbidden: true` to all tiered storage related parameters to prevent runtime configuration changes via etcd. These parameters are marked as refreshable:"false" but that tag was only documentation - the actual prevention requires the Forbidden field. Without this fix, if tiered storage parameters are modified at runtime: - Go side would read the new values dynamically - C++ caching layer would still use the old values (set at InitQueryNode time) - This mismatch could cause resource tracking issues and anomalies Signed-off-by: Shawn Wang <shawn.wang@zilliz.com>