You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Michal Michalski <mi...@opera.com> on 2013/06/11 16:18:05 UTC

Re: Repair does not fix inconsistency

> This looks to me more like a secondary index issue. If you say the access
> via rowkey is always correct, then the repair works fine. I think there
> might be something wrong with your secondary index then.

Just a follow up in case someone will have the same case:

This problem was solved by running major compaction on Cassandra's 
index CF (the internal one, not the indexed one) via JMX. After this 
there was one more user that was gone in index queries (no matter if 
CL.ONE or CL.ALL), but I've rebuilt the index and it was solved too. 
Still don't really know what happened (looks like something related to 
indexes and their tombstones or so), but it's fine now.

M.