On Thu, Sep 30, 2010 at 5:25 PM, Peter Harrison wrote:
> If you delete a row, and it therefore is marked as tombstone, and
> subsequently you try to insert the row again it appears to succeed,
> but if you try to request the row you don't get a result.
>
> If you try to insert a row that has been
Are you re-using the timestamp from the first insert on the second insert? The insert must occur after the tombstone, otherwise cassandra will assume the tombstone is the current version and ignore the delete. AaronOn 01 Oct, 2010,at 10:25 AM, Peter Harrison wrote:If you delete a row, and it ther
If you delete a row, and it therefore is marked as tombstone, and
subsequently you try to insert the row again it appears to succeed,
but if you try to request the row you don't get a result.
If you try to insert a row that has been recently deleted, and has an
active tombstone I would expect eith