mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
When forcing a compaction on a column family with no sstables, an assert will fail because there is no sstables to be compacted. This problem is fixed by ignoring a compaction request when no sstable is provided. Fixes #61. Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com> Reviewed-by: Nadav Har'El <nyh@cloudius-systems.com>