Re: Upgrading to Cassanda 0.7 Thrift Erlang

2010-07-31 Thread Dan Washusen
p.s. If I set thrift_framed_transport_size_in_mb to 0 and just use TSocket instead of TFramedTransport everything works as expected... On 1 August 2010 12:16, Dan Washusen wrote: > Slightly off topic but still related (java instead of erlang). I just > tried using the latest trunk build availab

Re: Upgrading to Cassanda 0.7 Thrift Erlang

2010-07-31 Thread Dan Washusen
Slightly off topic but still related (java instead of erlang). I just tried using the latest trunk build available on Hudson (2010-07-31_12-31-29) and I'm getting lock ups. The same code (without the framed transport) was working with a build form 2010-07-07_13-32-16 I'm connecting using the fol

Re: Upgrading to Cassanda 0.7 Thrift Erlang

2010-07-28 Thread J T
Hi, That fixed the problem! I added the Framed option and like magic things have started working again. Example: thrift_client:start_link("localhost", 9160, cassandra_thrift, [ { framed, true } ] ) JT. On Tue, Jul 27, 2010 at 10:04 PM, Jonathan Ellis wrote: > trunk is using framed thrift c

Re: Upgrading to Cassanda 0.7 Thrift Erlang

2010-07-27 Thread Jonathan Ellis
trunk is using framed thrift connections by default now (was unframed) On Tue, Jul 27, 2010 at 11:33 AM, J T wrote: > Hi, > I just tried upgrading a perfectly working Cassandra 0.6.3 to Cassandra 0.7 > and am finding that even after re-generating the erlang thrift bindings that > I am unable to p

Upgrading to Cassanda 0.7 Thrift Erlang

2010-07-27 Thread J T
Hi, I just tried upgrading a perfectly working Cassandra 0.6.3 to Cassandra 0.7 and am finding that even after re-generating the erlang thrift bindings that I am unable to perform any operation. I can get a connection but if I try to login or set the keyspace I get a report from the erlang binding