Files
oceanbase/docs/docs-cn/13.reference-guide/3.system-configuration-items/50.dead_socket_detection_timeout.md
2022-02-10 14:51:49 +08:00

748 B

dead_socket_detection_timeout

dead_socket_detection_timeout 用于设置检测失效 Socket 的时间间隔。

属性 描述
参数类型 时间类型
默认值 10s
取值范围 [0s, 2h]
是否重启 OBServer 生效

其中:

  • 当 dead_socket_detection_timeout 的值为 0 时,表示禁用 Socket 级故障检测。

  • 当 dead_socket_detection_timeout 的值大于 0 时,表示启用 Socket 级故障检测,且当发送端有数据超过 设置的时间还未收到对方的应答,则认为当前 Socket 不可用。