Files
scylladb/compaction
Benny Halevy ca2bb89180 compaction_manager: maybe_stop_on_error: sync return value with error
message.

It is misleading to set retry to true in the following statement
and return it later on when the `will_stop` parameter is true.

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
2021-09-19 12:20:30 +03:00
..