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 5EF4C105B5 for ; Tue, 30 Apr 2013 20:37:53 +0000 (UTC) Received: (qmail 1145 invoked by uid 500); 30 Apr 2013 20:37:50 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 1107 invoked by uid 500); 30 Apr 2013 20:37:50 -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 1094 invoked by uid 99); 30 Apr 2013 20:37:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 20:37:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a43.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 20:37:44 +0000 Received: from homiemail-a43.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a43.g.dreamhost.com (Postfix) with ESMTP id D44478C074 for ; Tue, 30 Apr 2013 13:37:03 -0700 (PDT) Received: from [172.16.1.8] (unknown [203.86.207.101]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a43.g.dreamhost.com (Postfix) with ESMTPSA id 11E268C070 for ; Tue, 30 Apr 2013 13:37:02 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: SSTables not opened on new cluste From: aaron morton In-Reply-To: Date: Wed, 1 May 2013 08:36:42 +1200 Content-Transfer-Encoding: quoted-printable Message-Id: <4D27E6A2-9816-4431-9A04-8B1A8ACD49C4@thelastpickle.com> References: To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org Double check the file permissions ?=20 Write some data (using cqlsh or cassandra-cli) and flush to make sure = the new files are created where you expect them to be.=20 Cheers ----------------- Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 1/05/2013, at 4:15 AM, Philippe wrote: > Hello, >=20 > I'm trying to bring up a copy of an existing 3-node cluster running = 1.0.8 into a 3-node cluster running 1.0.11. > The new cluster has been configured to have the same tokens and the = same partitioner.=20 >=20 > Initially, I copied the files in the data directory of each node into = their corresponding node on the new cluster. When starting the new = cluster, it didn't pick up the KS & CF. > So I remove the directories, created the schema, stopped cassandra and = copied the data back. None of the SSTables are opened at startup. >=20 > When I nodetool refresh them, it says "No new SSTables where found for = XXX/YYY" where X is my KS and Y is my CF >=20 > I'm totally stumped: any ideas as to why this is happening ? I've = checked that there are actual files there and that the permissions are = correct. >=20 > Thanks. >=20