Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 67760 invoked from network); 18 Feb 2010 03:26:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 03:26:49 -0000 Received: (qmail 39474 invoked by uid 500); 18 Feb 2010 03:26:49 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 39454 invoked by uid 500); 18 Feb 2010 03:26:48 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 39444 invoked by uid 99); 18 Feb 2010 03:26:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 03:26:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 03:26:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D3771234C1F0 for ; Wed, 17 Feb 2010 19:26:27 -0800 (PST) Message-ID: <441001351.351081266463587851.JavaMail.jira@brutus.apache.org> Date: Thu, 18 Feb 2010 03:26:27 +0000 (UTC) From: "Stu Hood (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Updated: (CASSANDRA-389) SSTable Versioning In-Reply-To: <1845091730.1250808254897.JavaMail.jira@brutus> 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-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-389: ------------------------------- Attachment: 0007-Don-t-serialize-Descriptors-as-filenames.patch Rebased patchset for trunk, and made sure we don't bump into CASSANDRA-794. > SSTable Versioning > ------------------ > > Key: CASSANDRA-389 > URL: https://issues.apache.org/jira/browse/CASSANDRA-389 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Chris Goffinet > Assignee: Stu Hood > Priority: Minor > Fix For: 0.7 > > Attachments: 0001-Rebase-389-v4-for-trunk.patch, 0002-Add-keyspace-name-to-SSTable.Descriptor.patch, 0003-Use-SSTable.Descriptor-for-Streaming.patch, 0004-Validate-params.patch, 0005-The-special-casing-begins.patch, 0006-Merge-oopses.patch, 0007-Don-t-serialize-Descriptors-as-filenames.patch, 389-v3.patch > > > As we continue to make changes to the on-disk format of SSTables, I propose we start versioning. The easiest way without breaking backwards compatibility is to store the version in the filename. This would allow us to figure out the version without looking at the SSTable data. After speaking to Jonathan here is the proposed example: > --- -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.