Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 20805 invoked from network); 28 Mar 2011 18:02:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2011 18:02:43 -0000 Received: (qmail 44738 invoked by uid 500); 28 Mar 2011 18:02:43 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 44660 invoked by uid 500); 28 Mar 2011 18:02:43 -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 44599 invoked by uid 99); 28 Mar 2011 18:02:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 18:02:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 18:02:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D2D3B842E2 for ; Mon, 28 Mar 2011 18:02:05 +0000 (UTC) Date: Mon, 28 Mar 2011 18:02:05 +0000 (UTC) From: "Gary Dusbabek (JIRA)" To: commits@cassandra.apache.org Message-ID: <996500592.17163.1301335325856.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <129233555.810.1300721165638.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2361) AES depends on java serialization 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-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-2361: ------------------------------------- Attachment: (was: v1-0001-ICompactSerializers-for-MerkleTrees.txt) > AES depends on java serialization > --------------------------------- > > Key: CASSANDRA-2361 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2361 > Project: Cassandra > Issue Type: Improvement > Components: Core > Affects Versions: 0.7.4 > Reporter: Gary Dusbabek > Assignee: Gary Dusbabek > Priority: Minor > Fix For: 0.7.5, 0.8 > > Attachments: 2361-part1.patch, v2-0001-ICompactSerializers-for-MerkleTrees.txt, v2-0002-get-rid-of-annoying-AES-emissions.txt > > > 0.8 should be able to run in the same cluster as 0.7. AES uses java serialization which means that Token serialization stands a good chance of being brittle. This needs to be fixed. > 1. place a hard-coded serialVersionUID for Token in 0.7.5. > 2. have AES use ICompactSerializer in place of ObjectInputStream in 0.8. > This would be a good opportunity to audit the code for imprudent uses of Object[Input|Output]Stream and get those cleaned up. Also, it will exercise the versioning code a bit. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira