Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "FAQ" page has been changed by MakiWatanabe.
The comment on this change is: Add jconsole_array_arg.
http://wiki.apache.org/cassandra/FAQ?action=diff&rev1=119&rev2=120

--------------------------------------------------

   * [[#bigcommitlog|Commit Log gets very big. Cassandra does not delete "old" 
commit logs. Why?]]
   * [[#seed|What are seeds?]]
   * [[#seed_spof|Does single seed mean single point of failure?]]
+  * [[#jconsole_array_arg|Why can't I call jmx method X on jconsole? (ex. 
getNaturalEndpoints)]]
  
  
  <<Anchor(cant_listen_on_ip_any)>>
@@ -460, +461 @@

  without the seed. However, it will need more time to spread status changes of 
node over the ring.
  It is recommended to have multiple seeds in production system.
  
+ <<Anchor(jconsole_array_arg)>>
+ 
+ == Why can't I call jmx method X on jconsole? (ex. getNaturalEndpoints) ==
+ 
+ Some of JMX operations can't be called with jconsole because the buttons are 
inactive for them. Jconsole doesn't support array argument, so operations which 
need array as arugument can't be invoked on jconsole.
+ You need to write a JMX client to call such operations or need array capable 
JMX monitoring tool.
+ 

Reply via email to