I did have a tombstone. I couldn't seem to delete it, so I truncated the column 
family. 

Thanks for the help.

Steve

[default@system] list HintsColumnFamily;
Using default limit of 100
Using default column limit of 100
-------------------
RowKey: 55555555555555555555555555555554

I wasn't able to delete the row:

[default@system] del HintsColumnFamily[55555555555555555555555555555554];
row removed.
[default@system] list HintsColumnFamily;
Using default limit of 100
Using default column limit of 100
-------------------
RowKey: 55555555555555555555555555555554

But I finally truncated the column family:

[default@system] truncate HintsColumnFamily;
HintsColumnFamily truncated.


-----Original Message-----
From: Radim Kolar [mailto:h...@filez.com] 
Sent: Monday, October 29, 2012 3:46 PM
To: user@cassandra.apache.org
Subject: Re: Hinted Handoff runs every ten minutes

Dne 29.10.2012 23:24, Stephen Pierce napsal(a):
> I'm running 1.1.5; the bug says it's fixed in 1.0.9/1.1.0.
>
> How can I check to see why it keeps running HintedHandoff?
you have tombstone is system.HintsColumnFamily use list command in 
cassandra-cli to check

Reply via email to