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 6C36E200B9E for ; Fri, 23 Sep 2016 11:25:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6AE9B160AC2; Fri, 23 Sep 2016 09:25:22 +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 B12C5160ACA for ; Fri, 23 Sep 2016 11:25:21 +0200 (CEST) Received: (qmail 38467 invoked by uid 500); 23 Sep 2016 09:25:20 -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 38445 invoked by uid 99); 23 Sep 2016 09:25:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2016 09:25:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8BCF02C0B0A for ; Fri, 23 Sep 2016 09:25:20 +0000 (UTC) Date: Fri, 23 Sep 2016 09:25:20 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-12697) cdc column addition still breaks schema migration tasks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 23 Sep 2016 09:25:22 -0000 Sylvain Lebresne created CASSANDRA-12697: -------------------------------------------- Summary: cdc column addition still breaks schema migration tasks Key: CASSANDRA-12697 URL: https://issues.apache.org/jira/browse/CASSANDRA-12697 Project: Cassandra Issue Type: Bug Reporter: Sylvain Lebresne Assignee: Sylvain Lebresne Fix For: 3.x This is a followup of CASSANDRA-12236, which basically didn't fully fix the problem. Namely, the fix from CASSANDRA-12236 skipped the {{cdc}} column in {{SchemaKeyspace.addTableParamsToRowBuilder()}}, but that method isn't used by schema "migration tasks" ({{MigrationRequestVerbHandler}}, which instead directly send the content of the full schema table it reads from disk. So we still end up with a RTE like CASSANDRA-12236. -- This message was sent by Atlassian JIRA (v6.3.4#6332)