Re: system_* consistency level?

2011-04-20 Thread William Oberman
That was the trick. Thanks! On Apr 20, 2011, at 6:05 PM, Jonathan Ellis wrote: > See the comments for describe_schema_versions. > > On Wed, Apr 20, 2011 at 4:59 PM, William Oberman > wrote: >> Hi, >> >> My unit tests started failing once I upgraded from a single node cassandra >> cluster to a

Re: system_* consistency level?

2011-04-20 Thread Jonathan Ellis
See the comments for describe_schema_versions. On Wed, Apr 20, 2011 at 4:59 PM, William Oberman wrote: > Hi, > > My unit tests started failing once I upgraded from a single node cassandra > cluster to a full "N" node cluster (I'm starting with 4).  I had a few > various bugs, mostly due to forget

system_* consistency level?

2011-04-20 Thread William Oberman
Hi, My unit tests started failing once I upgraded from a single node cassandra cluster to a full "N" node cluster (I'm starting with 4). I had a few various bugs, mostly due to forgetting to read/write at a quorum level in places I needed stronger consistency guarantees. But, I kept getting rand