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 BE912D005 for ; Mon, 16 Jul 2012 17:31:45 +0000 (UTC) Received: (qmail 783 invoked by uid 500); 16 Jul 2012 17:31:43 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 734 invoked by uid 500); 16 Jul 2012 17:31:43 -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 725 invoked by uid 99); 16 Jul 2012 17:31:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 17:31:43 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dnd1066@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ey0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 17:31:35 +0000 Received: by eaaq13 with SMTP id q13so1860460eaa.31 for ; Mon, 16 Jul 2012 10:31:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=DtwTZhJ+yjB+XqcTgX5YFr9LJi6lVg6CQHu19cT8XIE=; b=EofVSYG/MtCuxvugWZBNI6d98Lz9lySs5xCL07JbJYji+y2GXm5aWnd++neMM3U1Q7 pp9H/OtG5yZrWtv9+p63eYyOwlKwq3yqkFajrwwprm2zTNCZhrdTIocxsBmw0t6Y6bv8 mQGVWjYXPS1k3BoU1AQONKZGMhf5pZsSiQcIiK/q7C7HLSRKfkfD4R8+5225Od0/gIqA ql71ilA9DM4lFJRmorvFi7wDguZm1XcpAHCvKTNgD61vgGx6ZWEDkd3hlv9La4axqZVS PO97zddU9aEDsYP8yV/ivvmQghAHoC6cqbpt6lt8o3nlVeEHpvDUWbbDQXhsSD49Vbi1 3NMw== Received: by 10.14.177.3 with SMTP id c3mr10243698eem.30.1342459874478; Mon, 16 Jul 2012 10:31:14 -0700 (PDT) Received: from [192.168.1.2] (93-96-159-41.zone4.bethere.co.uk. [93.96.159.41]) by mx.google.com with ESMTPS id g46sm20593514eep.15.2012.07.16.10.31.12 (version=SSLv3 cipher=OTHER); Mon, 16 Jul 2012 10:31:13 -0700 (PDT) Message-ID: <50044FE3.9060207@gmail.com> Date: Mon, 16 Jul 2012 18:31:15 +0100 From: Guy Incognito User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Truncate failing with 1.0 client against 0.7 cluster Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org i'm doing an upgrade of Cassandra 0.7 to 1.0 at the moment, and as part of the preparation i'm upgrading to 1.0 client libraries (we use Hector 1.0-5) prior to upgrading the cluster itself. I'm seeing some of our integration tests against the dev 0.7 cluster fail as they get UnavailableExceptions when trying to truncate the test column families. This is new behaviour with the 1.0 client libraries, it doesn't happen with the 0.7 libraries. It seems to fail immediately, it doesn't eg wait for eg the 10 second RPC timeout, it fails straight away. Anyone have any ideas as to what may be happening? Interestingly I seem to be able to get around it if i only tell Hector about one of the nodes (we have 4). If I give it all four then it throws the UnavailableException.