Clustering Subsystem-Specific Services
|
Description
|
---|---|
GetClusterStatus
|
Returns information about the current node in the cluster, including server mode, singleton indicator, online indicator, and number of servers in the cluster.
|
ToggleSingleton
|
Releases the singleton role from whichever server has it. A random server, which is the first to acquire the lock from ZooKeeper, will then pick up the role.
|
ToggleOnlineState
|
Changes the online state. Online is the standard startup state. In the Offline state, the /ready endpoint returns false, which should take the server out of any load balancers. /health will still return true because the server is still running. If it is Offline, it will also remove the server from service discovery for the Connection Server.
|