Well if you're on the latest bindings then I'm not sure. I looked at my "thrift -version" and also had the 20080411 number, but Ithe README file I have was updated some time over the summer so I guess that number is useless. The issue I was talking about affected Thrift versions past r820831 (it may have been fixed by now,) but if I'm recalling correctly the issue had to due with generating Java code or something irrelevant.
I'm not sure what the issue could be, sorry! Drew On Mon, Jan 18, 2010 at 12:46, kevin <kevincastigli...@gmail.com> wrote: > On Mon, Jan 18, 2010 at 12:32 PM, Drew Schleck <drew.schl...@gmail.com> > 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! >