Re: cassandra 1.0.9 error - "Read an invalid frame size of 0"

2012-07-02 Thread aaron morton
Gurpreet , If you can reproduce this please create a ticket on https://issues.apache.org/jira/browse/CASSANDRA Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 19/06/2012, at 6:38 AM, Gurpreet Singh wrote: > > I found a fix for this

Re: cassandra 1.0.9 error - "Read an invalid frame size of 0"

2012-06-26 Thread Guy Incognito
i have seen this as well, is it a known issue? On 18/06/2012 19:38, Gurpreet Singh wrote: I found a fix for this one, rather a workaround. I changed the rpc_server_type in cassandra.yaml, from hsha to sync, and the error went away. I guess, there is some issue with the thrift nonblocking ser

Re: cassandra 1.0.9 error - "Read an invalid frame size of 0"

2012-06-18 Thread Gurpreet Singh
I found a fix for this one, rather a workaround. I changed the rpc_server_type in cassandra.yaml, from hsha to sync, and the error went away. I guess, there is some issue with the thrift nonblocking server. Thanks Gurpreet On Wed, May 16, 2012 at 7:04 PM, Gurpreet Singh wrote: > Thanks Aaron. w

Re: cassandra 1.0.9 error - "Read an invalid frame size of 0"

2012-05-16 Thread Gurpreet Singh
Thanks Aaron. will do! On Mon, May 14, 2012 at 1:14 PM, aaron morton wrote: > Are you using framed transport on the client side ? > > Try the Hector user list for hector specific help > https://groups.google.com/forum/?fromgroups#!searchin/hector-users > > Cheers > > - > Aaron Mor

Re: cassandra 1.0.9 error - "Read an invalid frame size of 0"

2012-05-14 Thread aaron morton
Are you using framed transport on the client side ? Try the Hector user list for hector specific help https://groups.google.com/forum/?fromgroups#!searchin/hector-users Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 12/05/2012, at 5:44 A

Re: cassandra 1.0.9 error - "Read an invalid frame size of 0"

2012-05-11 Thread Gurpreet Singh
This is hampering our testing of cassandra a lot, and our move to cassandra 1.0.9. Has anyone seen this before? Should I be trying a different version of cassandra? /G On Thu, May 10, 2012 at 11:29 PM, Gurpreet Singh wrote: > Hi, > i have created 1 node cluster of cassandra 1.0.9. I am setting t

cassandra 1.0.9 error - "Read an invalid frame size of 0"

2012-05-10 Thread Gurpreet Singh
Hi, i have created 1 node cluster of cassandra 1.0.9. I am setting this up for testing reads/writes. I am seeing the following error in the server system.log ERROR [Selector-Thread-7] 2012-05-10 22:44:02,607 TNonblockingServer.java (line 467) Read an invalid frame size of 0. Are you using TFramed