Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

keeper_retry_* 会话设置

这些设置可在 system.settings 中查看,并由 源代码 自动生成。

keeper_retry_initial_backoff_ms

类型
UInt64
默认值
100
版本历史
版本默认值注释
24.3100常规 Keeper 操作的初始退避超时时间

常规 Keeper 操作的初始退避超时时间

keeper_retry_max_backoff_ms

类型
UInt64
默认值
5000
版本历史
版本默认值注释
24.35000常规 Keeper 操作的最大退避超时时间

常规 Keeper 操作的最大退避超时时间

Navigation