-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: clean up protected timestamp installation logic for backfills #90774
Copy link
Copy link
Closed
Labels
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Description
As a follow on to #89540, we need to deal with the following:
- Stash the ID of the protected timestamp ID during job creation, so that we can easily clean up if things go wrong, instead of relying on the collection mechanism in pathological scenarios
- Clean up the dependencies involved in installing protected timestamps and ideally move this logic into an interface, which can update or set this as needed.
Jira issue: CRDB-20939
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)