ClusterMembershipOptions.IAmAliveTablePublishTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the period between updating this silo's heartbeat in the membership table.
public TimeSpan IAmAliveTablePublishTimeout { get; set; }
member this.IAmAliveTablePublishTimeout : TimeSpan with get, set
Public Property IAmAliveTablePublishTimeout As TimeSpan
Property Value
Publish an update every 5 minutes by default.
Remarks
These heartbeats are largely for diagnostic purposes, however they are also used to ignore entries in the membership table in the event of a total cluster reset. This value multiplied by NumMissedTableIAmAliveLimit is used to skip hosts in the membership table when performing an initial connectivity check upon startup.