org.apache.cassandra.concurrent:type=COMMITLOG should actually be
org.apache.cassandra.db:type=COMMITLOG
--------------------------------------------------------------------------------------------------------
Key: CASSANDRA-748
URL: https://issues.apache.org/jira/browse/CASSANDRA-748
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: Robert Coli
Priority: Trivial
Within ./db/CommitLogExecutorService.java, the COMMITLOG MBean is currently
registering itself as "org.apache.cassandra.concurrent:type=COMMITLOG", when it
should be registering itself as "org.apache.cassandra.db:type=COMMITLOG". Per
jbellis this is a legacy issue and can/should be corrected. Attached find a
unified diff patch which does so!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.