You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip S Doctor (JIRA)" <ji...@apache.org> on 2014/09/04 23:07:23 UTC

[jira] [Created] (CASSANDRA-7879) Internal c* datatypes exposed via jmx and method signatures changed in 2.1

Philip S Doctor created CASSANDRA-7879:
------------------------------------------

             Summary: 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
            Reporter: Philip S Doctor


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)