# MV\_CONSENSUS\_NODES

Exposes the runtime information of what a node knows about other node's "consensus module".

| Column name      | Description                                                                                                                                                                                                                              |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `origin_node_id` | ID of the current reporting node. May be NULL in single-box configurations.                                                                                                                                                              |
| `node_id`        | ID of the node about which the information is being reported. May be NULL in single-box configurations.                                                                                                                                  |
| `role`           | Whether the current node is:<ul> <li>Leader</li> <li>Candidate</li> <li>Voting Member</li> <li>Voting Member (demoting)</li> <li>Demoted Voting Member</li> <li>Voting Member (undemoting)</li> <li>Follower</li> </ul>                  |
| `connection`     | Connection from the leader to a node<ul> <li>Connected</li> <li>Connecting</li> </ul>This only matters and is reliable from a Leader's perspective (voting members that temporarily become a candidate may update this information too). |

***

Modified at: July 11, 2024

Source: [/db/v9.1/reference/information-schema-reference/management/mv-consensus-nodes/](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/management/mv-consensus-nodes/)

(An index of the documentation is available at /llms.txt)
