-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: migrate bulk job cancellation to DeleteRange #70428
Copy link
Copy link
Closed
Labels
A-disaster-recoveryC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-disaster-recovery
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-disaster-recoveryC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-disaster-recovery