Re: Secondary Indexes aren't updated when removing whole row

2010-10-04 Thread Petr Odut
https://issues.apache.org/jira/browse/CASSANDRA-1571 On Fri, Oct 1, 2010 at 3:41 PM, Jonathan Ellis wrote: > Yes, this is a bug. Can you create a ticket? > > On Fri, Oct 1, 2010 at 4:02 AM, Petr Odut wrote: > > Hi, > > I have CF User with secondary index on "email" column. > > When I remove a

Re: Secondary Indexes aren't updated when removing whole row

2010-10-01 Thread Jonathan Ellis
Yes, this is a bug. Can you create a ticket? On Fri, Oct 1, 2010 at 4:02 AM, Petr Odut wrote: > Hi, > I have CF User with secondary index on "email" column. > When I remove a whole row, > del User['row'] > SI is not updated and get_indexed_slices still returns the deleted data. > Is it still ope

Secondary Indexes aren't updated when removing whole row

2010-10-01 Thread Petr Odut
Hi, I have CF User with secondary index on "email" column. When I remove a whole row, del User['row'] SI is not updated and get_indexed_slices still returns the deleted data. Is it still open bug? Using latest nightly build. -- Petr Odut [petr.o...@gmail.com]