getHaMvccRaftGroups

Syntax

getHaMvccRaftGroups()

Details

Retrieves the Raft group information related to HA MVCC on the current node.

Returns

Returns a table:

  • id: an INT column indicating the Raft group ID (HA-MVCC-related groups only).
  • sites: a STRING column indicating the node information included in the Raft group.

Examples

getHaMvccRaftGroups()
id sites
2 datanode8905,datanode8906,datanode8907

Related function: haMvccTable