2.2.3.42 CLUSTER_MEMBERSHIP_INFO
The CLUSTER_MEMBERSHIP_INFO structure SHOULD<39> be used to represent the membership view in the cluster. It is a custom-marshalled structure that contains the following fields.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
HasQuorum |
UpNodesSize |
||||||||||||||||||||||||||||||
... |
UpNodes (variable) |
||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
HasQuorum (1 byte): A Boolean where TRUE indicates if the current view in the cluster has quorum.
UpNodesSize (4 bytes): The number of nodes that are in the UP state in the cluster.
UpNodes (variable): An array of bytes of length UpNodesSize where each byte contains a node ID of a node that is in the UP state in the cluster.