UltipaDocs
Try Playground
    • Install Ultipa
    • Install Ultipa Manager
  • License
    • Meta Servers
    • Shard Servers
    • HDC Servers
    • Vector Servers
    • Server Statistics
    • Privilege
    • Role (Policy)
    • User
  • Backup and Restore
  1. Docs
  2. /
  3. Operations & Maintenance
  4. /
  5. Server Management

Meta Servers

Overview

Meta servers are responsible for the overall system coordination, integrity, and optimization in the Ultipa Powerhouse (v5) architecture.

Showing Meta Servers

Retrieves information about all meta servers:

UQL
show().meta()

The query result displays the address and status (either ALIVE or DEAD) of each meta server, along with their roles as either leader or follower in a cluster setup.

Here is an example of the output:

Result
{"status":{"clusterInfo":{"leaderAddress":"127.0.1.20:61094","followers":[{"address":"127.0.1.21:61094","status":"ALIVE"},{"address":"127.0.1.22:61094","status":"ALIVE"}]}}}