[ https://issues.apache.org/jira/browse/CASSANDRA-7879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brandon Williams updated CASSANDRA-7879: ---------------------------------------- Component/s: Core Fix Version/s: 2.1.0 Assignee: Marcus Eriksson > Internal c* datatypes exposed via jmx and method signatures changed in 2.1 > -------------------------------------------------------------------------- > > Key: CASSANDRA-7879 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7879 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Philip S Doctor > Assignee: Marcus Eriksson > Fix For: 2.1.0 > > > In c* 2.0 the StorageService jmx has this signature: > {noformat} > public void forceKeyspaceCleanup > {noformat} > but in 2.1 RC6 it is this > {noformat} > public CompactionManager.AllSSTableOpStatus forceKeyspaceCleanup > {noformat} > This makes any consumer have a problem with the unmarshalling and should be a > native java type. > There may be further instances, the jmx api should probably be audited for > similar instances. -- This message was sent by Atlassian JIRA (v6.3.4#6332)