Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D396410AD8 for ; Wed, 26 Feb 2014 16:29:27 +0000 (UTC) Received: (qmail 88201 invoked by uid 500); 26 Feb 2014 16:29:24 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 88155 invoked by uid 500); 26 Feb 2014 16:29:23 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 88139 invoked by uid 99); 26 Feb 2014 16:29:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 16:29:22 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of 0x6e6562@gmail.com designates 209.85.128.170 as permitted sender) Received: from [209.85.128.170] (HELO mail-ve0-f170.google.com) (209.85.128.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 16:29:16 +0000 Received: by mail-ve0-f170.google.com with SMTP id pa12so854806veb.1 for ; Wed, 26 Feb 2014 08:28:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ecR1fYEReEnl1fufLCLPjtycuWYkt4F92KyKv1UgQWY=; b=y4jG86YtPQd97mkPLlpw4A0o8Aqoroqa7WatHoND104r6/fyBj5FAJgX4b5RWMwzmQ 2zoyxzijGkGn7fCpumfLNtT7uhBfPzf09AQaQ8jWStQQUFeTTnxLHmqZ1Zu3V2jq0sUy 1DzLrKNmpMVtGi68lE44bcks7BbiSF/IpZGdw0LXFeof35VZtWmGrbnycUA4cJwDtsgi qigIHvLipjt7RVMcQIXx7/+gZd0bgdSJ57G5a6ZCnhIxqg7JLgrJlcZyqjpu9W8M7EUm egUJBG19xMwJrihq+zTtyKJfH0MHmT9a4KvrJtGg+A0HM3PgfOkRE4kiwm+mA5PAX4w2 x06g== MIME-Version: 1.0 X-Received: by 10.52.155.66 with SMTP id vu2mr75047vdb.50.1393432133843; Wed, 26 Feb 2014 08:28:53 -0800 (PST) Received: by 10.58.109.33 with HTTP; Wed, 26 Feb 2014 08:28:53 -0800 (PST) In-Reply-To: References: Date: Wed, 26 Feb 2014 16:28:53 +0000 Message-ID: Subject: Re: Flushing after dropping a column family From: Ben Hood <0x6e6562@gmail.com> To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Feb 26, 2014 at 3:59 PM, Tupshin Harper wrote: > This is a known issue that is fixed in 2.1beta1. > https://issues.apache.org/jira/browse/CASSANDRA-5202 > > Until 2.1, we do not recommend relying on the recycling of tables through > drop/create or truncate. > > However, on a single node cluster, I suspect that truncate will work far > more reliably than drop/recreate. Cool, thanks for the heads up. Short of using 2.1beta1, is there a more stable way of recycling tables?