Overview
The 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:
show().meta()
This will display 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. Below is an example of the output:
{"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"}]}}}