Slice Query Issue

2013-12-09 Thread mahesh rajamani
Hi,

I am using Cassandra 2.0.2 version. We are using wide rows (approx. 5000
columns). During the process, I mark few columns in the row with
ttl(Sometimes 100 continues columns) and delete them. In this scenario if
do slice query on that record, some slices are not returning.

Also, if do a get and count for that row, the number of columns is
different.

How I fix them temporarily :

When I run flush and compact on the affected table through nodetool, the
count and get for the row matches and slice queries works fine.

Can someone help me with some pointers how this can be fixed?

-- 
Regards,
Mahesh Rajamani


Expired column showing up

2014-02-14 Thread mahesh rajamani
Hi,

I am using Cassandra 2.0.2 version. On a wide row (approx. 1 columns),
I expire few column by setting TTL as 1 second. At times these columns show
up during slice query.

When I have this issue, running count and get commands for that row using
Cassandra cli it gives different column counts.

But once I run flush and compact, the issue goes off and expired columns
don't show up.

Can someone provide some help on this issue.

-- 
Regards,
Mahesh Rajamani