mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
There are several problems with storage_proxy::send_to_endpoint right now. It uses create_write_response_handler() overload that is specific to read repair which is suboptimal and creates incorrect logs, it does not process errors and it does not hold storage_proxy object until write is complete. The patch fixes all of the problems. Message-Id: <20170208101949.GA19474@scylladb.com> Reviewed-by: Nadav Har'El <nyh@scylladb.com>