-
Type:
Bug
-
Status: Resolved
-
Priority:
Low
-
Resolution: Fixed
-
Fix Version/s: 2.1.0
-
Component/s: Legacy/Observability
-
Labels:None
-
Severity:Low
In c* 2.0 the StorageService jmx has this signature:
public void forceKeyspaceCleanup
but in 2.1 RC6 it is this
public CompactionManager.AllSSTableOpStatus forceKeyspaceCleanup
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.