Files
scylladb/compaction
Benny Halevy d8586fd101 compaction_manager: perform_cleanup: ignore condition_variable_timed_out
The polling loop was intended to ignore
`condition_variable_timed_out` and check for progress
using a longer `max_idle_duration` timeout in the loop.

Fixes #15669

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>

Closes scylladb/scylladb#15671

(cherry picked from commit 68a7bbe582)
2024-01-04 12:16:56 +02:00
..