mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
Catch and log the exceptions thrown in the mutation receiver flow for better debugability. Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com> New in v2: - Don't dowithicate the ready future - call make_ready_future<>().then(...) directly. - Fix and unify the messages printed when the exception is caught.