Expose partitioner and snitch via JMX
-------------------------------------
Key: CASSANDRA-1490
URL: https://issues.apache.org/jira/browse/CASSANDRA-1490
Project: Cassandra
Issue Type: New Feature
Components: Core
Affects Versions: 0.6.6, 0.7 beta 2, 0.7.0, 0.7.1, 0.8
Reporter: paul cannon
Priority: Minor
It would be peachy keen if we could query a running cluster about the
Partitioner and Snitch classes in use through some JMX call.
Ex:
org.apache.cassandra.service:type=StorageService : getClusterPartitioner()
-> "org.apache.cassandra.dht.RandomPartitioner"
org.apache.cassandra.service:type=StorageService : getClusterSnitch()
-> "org.apache.cassandra.locator.SimpleSnitch"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.