As described in #69380, once DeleteRange gains MVCC tombstones in #70415 and a lower timestamp predicate in #70416, cancellation of bulk operations such as IMPORT INTO and others should be migrated to using DeleteRange rather than RevertRange. DeleteRange does not violate MVCC invariants which other components rely on.
Jira issue: CRDB-10071
Epic CRDB-2624
As described in #69380, once
DeleteRangegains MVCC tombstones in #70415 and a lower timestamp predicate in #70416, cancellation of bulk operations such asIMPORT INTOand others should be migrated to usingDeleteRangerather thanRevertRange.DeleteRangedoes not violate MVCC invariants which other components rely on.Jira issue: CRDB-10071
Epic CRDB-2624