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 570F4200B6B for ; Thu, 25 Aug 2016 21:32:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 55B19160AA5; Thu, 25 Aug 2016 19:32:24 +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 92A2E160ABD for ; Thu, 25 Aug 2016 21:32:23 +0200 (CEST) Received: (qmail 72378 invoked by uid 500); 25 Aug 2016 19:32:22 -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 72332 invoked by uid 99); 25 Aug 2016 19:32:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2016 19:32:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E32E52C015A for ; Thu, 25 Aug 2016 19:32:21 +0000 (UTC) Date: Thu, 25 Aug 2016 19:32:21 +0000 (UTC) From: "T Jake Luciani (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-12551) Fix CQLSSTableWriter compatibility changes from CASSANDRA-11844 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 25 Aug 2016 19:32:24 -0000 T Jake Luciani created CASSANDRA-12551: ------------------------------------------ Summary: Fix CQLSSTableWriter compatibility changes from CASSANDRA-11844 Key: CASSANDRA-12551 URL: https://issues.apache.org/jira/browse/CASSANDRA-12551 Project: Cassandra Issue Type: Bug Reporter: T Jake Luciani Assignee: T Jake Luciani Fix For: 3.10 CASSANDRA-11844 changed the way the CQLSSTableWriter works out of the box, which we should avoid until 4.0 * Output directory now includes subdirectories for keyspace/table (by default this shouldn't happen) * Writing to multiple sstablewriters requires passing the offline cfs object. This should be changed to work as it used to. -- This message was sent by Atlassian JIRA (v6.3.4#6332)