diff --git a/akka-docs/rst/java/cluster-usage.rst b/akka-docs/rst/java/cluster-usage.rst index 4864c029cf..385c1cdf41 100644 --- a/akka-docs/rst/java/cluster-usage.rst +++ b/akka-docs/rst/java/cluster-usage.rst @@ -624,6 +624,7 @@ From JMX you can: * see what members that are part of the cluster * see status of this node +* see roles of each member * join this node to another node in cluster * mark any node in the cluster as down * tell any node in the cluster to leave diff --git a/akka-docs/rst/scala/cluster-usage.rst b/akka-docs/rst/scala/cluster-usage.rst index 90248061b2..195257c0a7 100644 --- a/akka-docs/rst/scala/cluster-usage.rst +++ b/akka-docs/rst/scala/cluster-usage.rst @@ -672,6 +672,7 @@ From JMX you can: * see what members that are part of the cluster * see status of this node +* see roles of each member * join this node to another node in cluster * mark any node in the cluster as down * tell any node in the cluster to leave