Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 76387 invoked from network); 24 Mar 2011 13:05:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Mar 2011 13:05:45 -0000 Received: (qmail 29344 invoked by uid 500); 24 Mar 2011 13:05:45 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 29324 invoked by uid 500); 24 Mar 2011 13:05:45 -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 29316 invoked by uid 99); 24 Mar 2011 13:05:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2011 13:05:45 +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; Thu, 24 Mar 2011 13:05:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BE4C34B704 for ; Thu, 24 Mar 2011 13:05:05 +0000 (UTC) Date: Thu, 24 Mar 2011 13:05:05 +0000 (UTC) From: "Gary Dusbabek (JIRA)" To: commits@cassandra.apache.org Message-ID: <1822593724.8283.1300971905776.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <129233555.810.1300721165638.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010654#comment-13010654 ] Gary Dusbabek commented on CASSANDRA-2361: ------------------------------------------ Go ahead and attach it to CASSANDRA-1034 then. I will modify the scope of this ticket to encompass only part 2. > 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 > > > 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