Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
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!