From ebe808e50da75a82ce11a18a2085d540de96c47c Mon Sep 17 00:00:00 2001 From: kustosz Date: Sat, 22 Nov 2014 11:58:53 +0100 Subject: [PATCH] =doc #15489 document the possibility to see cluster member roles via JMX --- akka-docs/rst/java/cluster-usage.rst | 1 + akka-docs/rst/scala/cluster-usage.rst | 1 + 2 files changed, 2 insertions(+) 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