Re: TTransportException intermittently in 0.7

2010-09-01 Thread Andres March
I saw this with pelops and only with batch mutate. Other calls worked fine. On 09/01/2010 08:16 AM, Carl Bruecken wrote: I believe the problem here is with Pelops. The batch_mutate does a flush and the pelops flush is not required. Removing the flush from pelops fixes the issue. By cha

Re: TTransportException intermittently in 0.7

2010-09-01 Thread Carl Bruecken
I believe the problem here is with Pelops. The batch_mutate does a flush and the pelops flush is not required. Removing the flush from pelops fixes the issue. By chance is anyone that has seen this error using Pelops? On 8/31/10 6:54 PM, Carl Bruecken wrote: I've made some progress on na

Re: TTransportException intermittently in 0.7

2010-08-31 Thread Carl Bruecken
I've made some progress on narrowing this down and am able to reproduce easily. I am using pelops as a client and I configured the policy in pelops to only establish 1 connection to a cassandra node. I'm able to step through the pelops code line by line and see the resulting thrift transpor

Re: TTransportException intermittently in 0.7

2010-08-31 Thread Jonathan Ellis
No, I don't know that anyone has reproduced that. TTransportException always means "something went wrong on the thrift side" in my experience, it shouldn't be cassandra-version specific. On Tue, Aug 31, 2010 at 12:53 PM, Carl Bruecken wrote: > >  Are there any estimates as to when a fix for this

RE: TTransportException intermittently in 0.7

2010-08-31 Thread Carl Bruecken
Are there any estimates as to when a fix for this will be checked into trunk? Coincidentally, has anyone tracked down the issue? I'm experiencing same issue with nightly build from a week ago. Thank You

RE: TTransportException intermittently in 0.7

2010-08-23 Thread B. Todd Burruss
.@gmail.com] > Sent: Tuesday, August 17, 2010 12:44 PM > To: user@cassandra.apache.org > Subject: Re: TTransportException intermittently in 0.7 > > are there any errors on your server logs? > > On Tue, Aug 17, 2010 at 11:46 AM, Andres March wrote: > > We are testing bu

RE: TTransportException intermittently in 0.7

2010-08-17 Thread March, Andres
t: Re: TTransportException intermittently in 0.7 are there any errors on your server logs? On Tue, Aug 17, 2010 at 11:46 AM, Andres March wrote: > We are testing bulk data loads using thrift. About 5% of operations are > failing on the following exception. It appears that it is not getting any > re

Re: TTransportException intermittently in 0.7

2010-08-17 Thread Jonathan Ellis
are there any errors on your server logs? On Tue, Aug 17, 2010 at 11:46 AM, Andres March wrote: > We are testing bulk data loads using thrift.  About 5% of operations are > failing on the following exception.  It appears that it is not getting any > response (end of file) on the batch mutate resp