Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 79149 invoked from network); 18 Jan 2010 20:46:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2010 20:46:54 -0000 Received: (qmail 4968 invoked by uid 500); 18 Jan 2010 20:46:53 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 4948 invoked by uid 500); 18 Jan 2010 20:46:53 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 4939 invoked by uid 99); 18 Jan 2010 20:46:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 20:46:53 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevincastiglione@gmail.com designates 209.85.211.188 as permitted sender) Received: from [209.85.211.188] (HELO mail-yw0-f188.google.com) (209.85.211.188) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 20:46:47 +0000 Received: by ywh26 with SMTP id 26so2618987ywh.12 for ; Mon, 18 Jan 2010 12:46:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=SkM/4JnOW7R0JVyCPZE+XBSt7ySDpf7NkTdMvwWalMA=; b=ksPQ2AggU3VhHqSEp24KsCvgfwepcGWzksaiacRF1b3SDldQ0Kk+CSc3QbdwITrcrg MVs1GLjYheOaWk4329cNZCDwBcKr/7HfIVOfFGksYVuIvlFlScDzhqAyw5xJAw3Q2e+J rLPTVdXCr1r1jnOLQkWbtKTQgLPoxyDr/Kej4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=x2vR4vl9oLRMTdPVJm7PwXJldSYWZEYM3LZFWNI7Le2X9neJSj41a58m5f3s8X1R26 RcQAIVEQ/UpbLQAlFG4C8nJYnLv110N5qPiclMeiO0S+ie3bb9g0vhXutpRAZKFu8GhP yskOsaenAGqIAfK9xu/PtsBwQUrX7T+mCth6w= MIME-Version: 1.0 Received: by 10.101.132.14 with SMTP id j14mr10447206ann.58.1263847586284; Mon, 18 Jan 2010 12:46:26 -0800 (PST) In-Reply-To: References: From: kevin Date: Mon, 18 Jan 2010 12:46:05 -0800 Message-ID: Subject: Re: multiget_slice failed: unknown result" To: cassandra-user@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e68fd0606e4465047d76722b --0016e68fd0606e4465047d76722b Content-Type: text/plain; charset=ISO-8859-1 On Mon, Jan 18, 2010 at 12:32 PM, Drew Schleck wrote: > I haven't used Lazyboy in a while, but I'm pretty sure this is a > Thrift issue. Are you using the Thrift Python definitions for 0.5rc3? > Since Thrift is complaining about incorrect ttypes I imagine that's > the most likely problem. > > Yes I am using the latest bindings of cassandra 0.5rc3. The weird thing is the error does not happen every time, but randomly! > Also, what Thrift version are you on? I recall there being some change > in Thrift that broke backwards compatibility with Cassandra, perhaps > you're using too new of a version? > this is the version i used to generate the python bindings. ./compiler/cpp/thrift -version Thrift version 20080411-exported is this too new? can you suggest which version of thrift to use to generate python bindings? thanks for the reply! --0016e68fd0606e4465047d76722b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Jan 18, 2010 at 12:32 PM, Drew Schleck <drew.schleck@gmail.com> w= rote:
I haven't used Lazyboy in a while, but I'm pretty sure this is a Thrift issue. Are you using the Thrift Python definitions for 0.5rc3?
Since Thrift is complaining about incorrect ttypes I imagine that's
the most likely problem.

Yes I am using the latest bindings of cassandra 0.5rc= 3.
The weird thing is the error does not happen every time, but randomly= !

=A0
Also, what Thrift version are you on? I recall there being some change
in Thrift that broke backwards compatibility with Cassandra, perhaps
you're using too new of a version?
=A0
this is the version i used to generate the py= thon bindings.

./compiler/cpp/thrift -version
Thrift version 2008= 0411-exported

is this too new? can you suggest which version of thrift to use to gene= rate python bindings?

thanks for the reply!
--0016e68fd0606e4465047d76722b--