Re: Cass returns Incorrect column data on writes during flushing

2013-01-30 Thread aaron morton
| 0.6612351709326891 > > cqlsh> SELECT '9801','6814','' FROM BUGS.Test WHERE KEY='a'; > > 9801 | 6814 | > --++ > null | 0.6612351709326891 | 0.8921380283891902 > > cqlsh> exit; > $ > $ >

Re: Cass returns Incorrect column data on writes during flushing

2013-01-29 Thread Elden Bishop
l | 0.6612351709326891 | 0.8921380283891902 cqlsh> exit; $ $ From: aaron morton mailto:aa...@thelastpickle.com>> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Tuesday, January 29, 2013 12:21 AM To: "

Re: Cass returns Incorrect column data on writes during flushing

2013-01-29 Thread aaron morton
> Ie. Query for a single column works but the column does not appear in slice > queries depending on the other columns in the query > > cfq.getKey("foo").getColumn("A") returns "A" > cfq.getKey("foo").withColumnSlice("A", "B") returns "B" only > cfq.getKey("foo").withColumnSlice("A","B","C") retu

Cass returns Incorrect column data on writes during flushing

2013-01-28 Thread Elden Bishop
I'm trying to track down some really worrying behavior. It appears that writing multiple columns while a table flush is occurring can result in Cassandra recording its data in a way that makes columns visible only to some queries but not others. Ie. Query for a single column works but the colum