mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 08:23:29 +00:00
Problem is that column family field of task wasn't being set for resharding, so column family wasn't being properly removed from compaction manager. In addition to fixing this issue, we'll also interrupt ongoing compactions when dropping a column family, exactly like we do with shutdown. Fixes #2291. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20170418125807.7712-1-raphaelsc@scylladb.com>