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 progre

Re: TTransportException intermittently in 0.7

2010-08-31 Thread Carl Bruecken
"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 will be checked into > trunk? > > Coincidentall

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