Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E4D3C200C52 for ; Mon, 10 Apr 2017 23:28:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E36EF160B99; Mon, 10 Apr 2017 21:28:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3684A160B7F for ; Mon, 10 Apr 2017 23:28:46 +0200 (CEST) Received: (qmail 79066 invoked by uid 500); 10 Apr 2017 21:28: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 79055 invoked by uid 99); 10 Apr 2017 21:28:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2017 21:28:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 09F7EC135D for ; Mon, 10 Apr 2017 21:28:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id H2K_hlwpnT_3 for ; Mon, 10 Apr 2017 21:28:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id D4DF45F5CA for ; Mon, 10 Apr 2017 21:28:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 26BB4E0538 for ; Mon, 10 Apr 2017 21:28:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5B82F24016 for ; Mon, 10 Apr 2017 21:28:42 +0000 (UTC) Date: Mon, 10 Apr 2017 21:28:42 +0000 (UTC) From: "Matt Kopit (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-13276) Regression on CASSANDRA-11416: can't load snapshots of tables with dropped columns MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 10 Apr 2017 21:28:47 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-13276?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D15963501#comment-15963501 ]=20 Matt Kopit commented on CASSANDRA-13276: ---------------------------------------- Thanks Andr=C3=A9s. Will this be patched for Cassandra ver. 3.0.x, too? > Regression on CASSANDRA-11416: can't load snapshots of tables with droppe= d columns > -------------------------------------------------------------------------= --------- > > Key: CASSANDRA-13276 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1327= 6 > Project: Cassandra > Issue Type: Bug > Reporter: Matt Kopit > Assignee: Andr=C3=A9s de la Pe=C3=B1a > Fix For: 3.0.13, 3.11.0, 4.0 > > > I'm running Cassandra 3.10 and running into the exact same issue describe= d in CASSANDRA-11416:=20 > 1. A table is created with columns 'a' and 'b' > 2. Data is written to the table > 3. Drop column 'b' > 4. Take a snapshot > 5. Drop the table > 6. Run the snapshot schema.cql to recreate the table and the run the alte= r > 7. Try to restore the snapshot data using sstableloader > sstableloader yields the error: > java.lang.RuntimeException: Unknown column b during deserialization -- This message was sent by Atlassian JIRA (v6.3.15#6346)