ClusterMembershipOptions.IAmAliveTablePublishTimeout 属性

定义

获取或设置成员身份表中更新此 silo 的检测信号之间的时间段。

public TimeSpan IAmAliveTablePublishTimeout { get; set; }
member this.IAmAliveTablePublishTimeout : TimeSpan with get, set
Public Property IAmAliveTablePublishTimeout As TimeSpan

属性值

默认情况下,每 5 分钟发布一次更新。

注解

这些检测信号主要用于诊断目的,但在完全重置群集时,它们也用于忽略成员资格表中的条目。 此值乘以 NumMissedTableIAmAliveLimit 用于在启动时执行初始连接检查时跳过成员身份表中的主机。

适用于