mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
A fast_forward_to() call is not waited on in compare_readers(). Since this is called in a thread, add a future::get() call to wait for it.
A fast_forward_to() call is not waited on in compare_readers(). Since this is called in a thread, add a future::get() call to wait for it.