On Wed, May 22, 2013 at 11:32 PM, Tamar Fraenkel <ta...@tok-media.com>wrote:
> I am using Hector HLockManagerImpl, which creates a keyspace named > HLockManagerImpl and CF HLocks. > For some reason I have a row with single column that should have expired > yesterday who is still there. > I tried deleting it using cli, but it is stuck... > Any ideas how to delete it? > "is still there" is sorta ambiguous. Do you mean that clients see it or that it is still in the (immutable) data file it was previously in? If the latter, what is gc_grace_seconds set to? Make sure it's set to a low value and then make sure that your TTL-expired key is compacted? =Rob