mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
Currently, flush throws no_such_column_family if a table is dropped. Skip the flush of dropped table instead. Fixes: #16095. Needs backport to 2025.1 and 6.2 as they contain the bug - (cherry picked from commit91b57e79f3) - (cherry picked from commitc1618c7de5) Parent PR: #23876 Closes scylladb/scylladb#23905 * github.com:scylladb/scylladb: test: test table drop during flush replica: skip flush of dropped table