[
https://issues.apache.org/jira/browse/CASSANDRA-6926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Stepura updated CASSANDRA-6926:
---------------------------------------
Labels: lhf (was: )
> StorageService exposes two different objects for probability tracing
> --------------------------------------------------------------------
>
> Key: CASSANDRA-6926
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6926
> Project: Cassandra
> Issue Type: Bug
> Reporter: Nicolas Favre-Felix
> Priority: Minor
> Labels: lhf
>
> StorageServiceMBean exposes the tracing probability using two different
> methods:
> {code}
> public void setTraceProbability(double probability);
> public double getTracingProbability();
> {code}
> In a JMX explorer like JConsole, two objects are presented: one called
> TraceProbability and the other called TracingProbability. One is read-only,
> the other write-only; this is a bit confusing.
> It is possible to have a single object there by having the same suffix for
> both the getter and setter.
--
This message was sent by Atlassian JIRA
(v6.2#6252)