You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Karthick V <ka...@gmail.com> on 2018/04/11 07:56:28 UTC

hinted handoff replay for a tombstoned record

Hi,
 Recently I Came across this line

Cassandra uses hinted handoff
> <https://docs.datastax.com/en/cassandra/3.0/cassandra/operations/opsRepairNodesHintedHandoff.html>
>  to replay the database mutations
> <https://docs.datastax.com/en/glossary/doc/glossary/gloss_mutation.html> the
> node missed while it was down. *Cassandra does not replay a mutation for
> a tombstoned record during its grace period*
>

Can any explain why we don't do so?

Ref :
https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlAboutDeletes.html