You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CockroachDB snapshot reception ingests sstables. In some circumstances and
verisons of CockroachDB, these sstables have RANGEDEL and RANGEKEYDEL keys
spanning the entirety of the KV range's span in order to clear any previous
range state.
When a replica is destroyed, CockroachDB may choose to write a RANGEDEL (and
possibly a RANGEKEYDEL) over the replica's span to delete the data. If an
original sstable from snapshot reception still exists, we would like this
sstable to be dropped by a simple deletion-only compaction. This commit adds a
unit test that demonstrates this behavior.
0 commit comments