Re: TransportException when storing large values

2011-09-21 Thread Pete Warden
Thanks guys, that was precisely the problem. I also upped the thrift_max_message_length_in_mb setting, since I guessed the default of 16MB would also block larger messages. On Tue, Sep 20, 2011 at 6:47 PM, Jim Ancona j...@anconafamily.com wrote: Pete, See this thread

TransportException when storing large values

2011-09-20 Thread Pete Warden
I'm running into consistent problems when storing values larger than 15MB into Cassandra, and I was hoping for some advice on tracking down what's going wrong. From the FAQ it seems like what I'm trying to do is possible, so I assume I'm messing something up with my configuration. I have a minimal

Re: TransportException when storing large values

2011-09-20 Thread Tyler Hobbs
From cassandra.yaml: # Frame size for thrift (maximum field length). # 0 disables TFramedTransport in favor of TSocket. This option # is deprecated; we strongly recommend using Framed mode. thrift_framed_transport_size_in_mb: 15 So you can either increase that limit, or split your write into

Re: TransportException when storing large values

2011-09-20 Thread Jim Ancona
Pete, See this thread http://groups.google.com/group/hector-users/browse_thread/thread/cb3e72c85dbdd398/82b18ffca0e3940a?#82b18ffca0e3940a for a bit more info. Jim On Tue, Sep 20, 2011 at 9:02 PM, Tyler Hobbs ty...@datastax.com wrote: From cassandra.yaml: # Frame size for thrift (maximum