mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
If some state update in database::add_column_family throws, info about a column family would be inconsistent. Undo already performed operations in database::add_column_family when one throws. Fixes: #14666. Closes #14672 * github.com:scylladb/scylladb: replica: undo the changes if something fails replica: start table earlier in database::add_column_family