Details
-
New Feature
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
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"