mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
It may happen that the user will migrate a table to Scylla which compaction strategy isn't supported yet, such as Data tiered. Let's handle that by falling back to size-tiered compaction strategy and printing a warning message. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>