mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 23:13:15 +00:00
While repair requested by user is performed, some tables may be dropped. When the repair proceeds to these tables, it should skip them and continue with others. When no_such_column_family is thrown during user requested repair, it is logged and swallowed. Then the repair continues with the remaining tables. Fixes: #13045 Closes #13068 * github.com:scylladb/scylladb: repair: fix indentation repair: continue user requested repair if no_such_column_family is thrown repair: add find_column_family_if_exists function