ttljob: when a range intersects two tables, the job fails #81208
Labels
A-row-level-ttl
branch-release-22.1
Used to mark GA and release blockers, technical advisories, and bugs for 22.1
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
deprecated-branch-release-22.1.0
GA-blocker
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Consider the following setup:
In this case, there may be a range that is valid between
/tbl1/gen_random_uuid()
and/tbl2/1
. If this is the case, a TTL job may fail with aerror decoding X bytes
message. The impact here is that TTL does not succeed and rows do not get cleaned up (foreground traffic still occurs).In practice, this would only happen if:
Jira issue: CRDB-15299
The text was updated successfully, but these errors were encountered: