Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 TiDB 部署过程中,为什么修改tomlTiKV/PD 的配置没有生效?
toml
需要在 TiKV/PD 中设置 --config 参数才能使 toml 配置生效。TiKV/PD 默认不读取配置。目前,此问题仅在使用 Binary 进行部署时出现。对于 TiKV,编辑配置并重启服务。对于 PD,配置文件只有在 PD 首次启动时才会读取,之后可以使用 pd-ctl 修改配置。有关详细信息,请参阅PD 控制用户指南。