Re: Timeout reading row from CF with collections

2013-07-12 Thread Paul Ingalls
Yep, that was it. I built from the cassandra 1.2 branch and no more timeouts. Thanks for getting that fix into 1.2! Paul On Jul 12, 2013, at 1:20 AM, Sylvain Lebresne wrote: > My bet is that you're hitting > https://issues.apache.org/jira/browse/CASSANDRA-5677. > > -- > Sylvain > > >

Re: Timeout reading row from CF with collections

2013-07-12 Thread Sylvain Lebresne
My bet is that you're hitting https://issues.apache.org/jira/browse/CASSANDRA-5677. -- Sylvain On Fri, Jul 12, 2013 at 8:17 AM, Paul Ingalls wrote: > I'm running into a problem trying to read data from a column family that > includes a number of collections. > > Cluster details: > 4 nodes runn

Timeout reading row from CF with collections

2013-07-11 Thread Paul Ingalls
I'm running into a problem trying to read data from a column family that includes a number of collections. Cluster details: 4 nodes running 1.2.6 on VMs with 4 cpus and 7 Gb of ram. raid 0 striped across 4 disks for the data and logs each node has about 500 MB of data currently loaded Here is