Two small cosmetic patches for inconsistent names in the JMX interface
----------------------------------------------------------------------
Key: CASSANDRA-871
URL: https://issues.apache.org/jira/browse/CASSANDRA-871
Project: Cassandra
Issue Type: Improvement
Components: Core
Reporter: Robert Coli
Priority: Minor
Two small (cosmetic) changes (against 921220) to the names of things exposed
via JMX :
1) GMFD.to.GOSSIP_STAGE.patch converts the name of the GOSSIP_STAGE
JMXEnabledThreadPoolExecutor to "GOSSIP_STAGE" instead of the cryptic/legacy
name "GMFD" in src/java/org/apache/cassandra/concurrent/StageManager.java.
2) getRangeToEndPointMap.To.getRangeToEndpointMap.patch changes all occurances
of getRangeToEndPointMap to be "getRangeToEndpointMap" instead, in 5 different
files. Practical result is that StorageService's MBean Operations no longer has
both getRangeToEndPointMap (capital P Points) and getNaturalEndpoints (lower
case p points).
As a note, both "EndPoint" and "Endpoint" are used throughout the code
currently. If folks feel there is any value to picking one ("Endpoint" per
jbellis) and cosmetically patching to that standard, I am wlillng to do the
work to generate the patches.. :)
=Rob
.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.