mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 03:30:49 +00:00
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)