Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F14911680 for ; Fri, 5 Sep 2014 08:13:30 +0000 (UTC) Received: (qmail 58984 invoked by uid 500); 5 Sep 2014 08:13:30 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 58958 invoked by uid 500); 5 Sep 2014 08:13:30 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 58947 invoked by uid 99); 5 Sep 2014 08:13:30 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 08:13:30 +0000 Date: Fri, 5 Sep 2014 08:13:30 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-7879) Internal c* datatypes exposed via jmx and method signatures changed in 2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-7879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122597#comment-14122597 ] Sylvain Lebresne commented on CASSANDRA-7879: --------------------------------------------- +1 > 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 > Priority: Trivial > Fix For: 2.1.0 > > Attachments: 0001-dont-expose-internal-structures-over-jmx.patch > > > 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)