Tracks the time at which the cluster membership service (CMS) detects the failure, gets a new cluster view, resynchronizes the heartbeat, posts the failure event, and completes the failure event. There is a row for each instance.
Column name |
Type |
Description |
---|---|---|
InstanceID |
int1 |
Unique identifier for the instance performing the failover |
FailedInstanceID |
varchar |
Command separated list of failed instance IDs |
FailDetectTime |
datetime |
Time when cluster failure is detected |
InitViewTime |
datetime |
Time when initial cluster view is obtained |
FinalViewTime |
datetime |
Time when final cluster view is obtained |
ResyncHBTime |
datetime |
Time when cluster-wide heartbeat is resynchronized |
NotifyFailTime |
datetime |
Time when failure even is posted |
EventDoneTime |
datetime |
Time when last failure even is done |