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 1AAF910242 for ; Thu, 6 Jun 2013 23:58:30 +0000 (UTC) Received: (qmail 87652 invoked by uid 500); 6 Jun 2013 23:58:27 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 87598 invoked by uid 500); 6 Jun 2013 23:58:27 -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 87590 invoked by uid 99); 6 Jun 2013 23:58:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 23:58:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pasthelod@gmail.com designates 209.85.215.52 as permitted sender) Received: from [209.85.215.52] (HELO mail-la0-f52.google.com) (209.85.215.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 23:58:21 +0000 Received: by mail-la0-f52.google.com with SMTP id fo12so1261271lab.25 for ; Thu, 06 Jun 2013 16:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KqnNGDJXmTVd/SjUuvXvve+iuMdXpurQwmNu6ivNKVI=; b=cQ8Im8c+Ziue53cT15ddgKzaCfkNpWNZwlSuIE6l6KXXD7R4J2Pn3Jj72/wd8YkG4d BXqzgrDp2LXoqMn+PEMasjpcPZEyX6ftB9vXxw0r7BLlZGqqMZKgXADLrRyPQYVLqStr TkpeAN48vKmpb6+huG6kPgLvyokzkr9ESgu4+7KmTH0e0alSIy8/E+4tXEF4hFCIPkSp MGa3qLN+/PBQOUrxR02T8THbNVeEGr0RD9o/k45cRkA2/ZsIm981dEq6baG5MxaoVATG 4dOKRWLsKQgSdVWPyvR/Z10VmSSfPs3jfT71dcCGN5u8D57BvCtjTEvR5hfRrbUS9B0d 8TEQ== MIME-Version: 1.0 X-Received: by 10.112.136.232 with SMTP id qd8mr47077lbb.42.1370563080442; Thu, 06 Jun 2013 16:58:00 -0700 (PDT) Received: by 10.112.73.139 with HTTP; Thu, 6 Jun 2013 16:58:00 -0700 (PDT) Date: Fri, 7 Jun 2013 01:58:00 +0200 Message-ID: Subject: Isolated node data access From: Pas To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Dear list members, I have a 1.2.5 node isolated via firewall rules (iptables), and cassandra-cli can get rows from it with "consistencylevel as one", but other tools (cqlsh and pycassa) are dying with UnavailableException. Does anyone have some advice on how to use a somewhat more performant tool to stress this node without reconnecting it to its peers? Thanks, Pas