Tests for the Cluster JMX API, see #2018
* MBeanSpec * Added Members and Unreachable to JMX API * Removed Convergence from JMX API, because it will not be exposed when ticket #2692 is merged * Updated documentation and akka-cluster script
This commit is contained in:
parent
872d4c531a
commit
a7b7ab040d
6 changed files with 238 additions and 31 deletions
|
|
@ -579,6 +579,8 @@ Run it without parameters to see instructions about how to use the script::
|
|||
leave <node-url> - Sends a request for node with URL to LEAVE the cluster
|
||||
down <node-url> - Sends a request for marking node with URL as DOWN
|
||||
member-status - Asks the member node for its current status
|
||||
members - Asks the cluster for addresses of current members
|
||||
unreachable - Asks the cluster for addresses of unreachable members
|
||||
cluster-status - Asks the cluster for its current status (member ring,
|
||||
unavailable nodes, meta data etc.)
|
||||
leader - Asks the cluster who the current leader is
|
||||
|
|
@ -586,7 +588,6 @@ Run it without parameters to see instructions about how to use the script::
|
|||
node cluster)
|
||||
is-available - Checks if the member node is available
|
||||
is-running - Checks if the member node is running
|
||||
has-convergence - Checks if there is a cluster convergence
|
||||
Where the <node-url> should be on the format of
|
||||
'akka://actor-system-name@hostname:port'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue