mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
Indicate whether the compaction job should be aborted due to an error using a new, compaction_aborted_exception type, vs. compaction_stopped_exception that indicates the task should be stopped due to some external event that doesn't indicate an error (like shutdown or api call). Signed-off-by: Benny Halevy <bhalevy@scylladb.com>