Files
scylladb/service
Vlad Zolotarov eafa491009 storage_proxy: log all exceptions thrown in the mutation verb handler flow
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.
2015-08-25 18:00:16 +03:00
..