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 7DE761832B for ; Fri, 5 Feb 2016 16:22:56 +0000 (UTC) Received: (qmail 71984 invoked by uid 500); 5 Feb 2016 16:22:40 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 71936 invoked by uid 500); 5 Feb 2016 16:22:40 -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 71745 invoked by uid 99); 5 Feb 2016 16:22:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 16:22:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0C70A2C1F68 for ; Fri, 5 Feb 2016 16:22:40 +0000 (UTC) Date: Fri, 5 Feb 2016 16:22:40 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10990) Support streaming of older version sstables in 3.0 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-10990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134400#comment-15134400 ] Philip Thompson commented on CASSANDRA-10990: --------------------------------------------- Running at http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-3.0-10990-dtest/3/ > Support streaming of older version sstables in 3.0 > -------------------------------------------------- > > Key: CASSANDRA-10990 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10990 > Project: Cassandra > Issue Type: Bug > Components: Streaming and Messaging > Reporter: Jeremy Hanna > Assignee: Paulo Motta > > In 2.0 we introduced support for streaming older versioned sstables (CASSANDRA-5772). In 3.0, because of the rewrite of the storage layer, this became no longer supported. So currently, while 3.0 can read sstables in the 2.1/2.2 format, it cannot stream the older versioned sstables. We should do some work to make this still possible to be consistent with what CASSANDRA-5772 provided. -- This message was sent by Atlassian JIRA (v6.3.4#6332)