Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 35688 invoked from network); 19 Aug 2010 21:35:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Aug 2010 21:35:20 -0000 Received: (qmail 59508 invoked by uid 500); 19 Aug 2010 21:35:19 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 59455 invoked by uid 500); 19 Aug 2010 21:35:18 -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 59447 invoked by uid 99); 19 Aug 2010 21:35:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 21:35:18 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 21:35:09 +0000 Received: by vws10 with SMTP id 10so2434668vws.31 for ; Thu, 19 Aug 2010 14:34:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.122.203 with SMTP id m11mr252892vcr.118.1282253683887; Thu, 19 Aug 2010 14:34:43 -0700 (PDT) Sender: scode@scode.org Received: by 10.220.195.132 with HTTP; Thu, 19 Aug 2010 14:34:43 -0700 (PDT) X-Originating-IP: [87.198.233.66] In-Reply-To: <4C6DA27F.2070504@pdf.com> References: <4C6DA27F.2070504@pdf.com> Date: Thu, 19 Aug 2010 23:34:43 +0200 X-Google-Sender-Auth: gozTfD8Q5NullqHfghImftwJSlA Message-ID: Subject: Re: Errors with Cassandra 0.7 From: Peter Schuller To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 > I am trying to run Cassandra 0.7 and I am getting different errors: First it > was while calling client.insert and now while calling set_keyspace (see > below). Are you perhaps not using a framed transport with thrift? Cassandra 0.7 uses framed by default; 0.6 did not. -- / Peter Schuller