sql/schemachanger: rules are missing for column families leading to broken rollbacks #99796
Labels
branch-master
Failures and bugs on the master branch.
branch-release-22.2
Used to mark GA and release blockers, technical advisories, and bugs for 22.2
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
C-technical-advisory
Caused a technical advisory
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Currently, on master we are missing rules and logic for rolling back column families, this can lead to rollbacks failing. On 22.2 in one scenario, we observed data corruption because the column family was never properly cleaned up. Presently on master, the situation is a bit better in some ways, since we at least panic about the schema change, but still problematic, we need to clean up column families properly.
Jira issue: CRDB-26085
The text was updated successfully, but these errors were encountered: