Files
scylladb/service
Benny Halevy 6af0b281a6 storage_proxy: mutate_atomically_result: carry effective_replication_map down to create_write_response_handler
The effective_replication_map_ptr passed to
`create_write_response_handler` by `send_batchlog_mutation`
must be synchronized with the one used to calculate
_batchlog_endpoints to ensure they use the same topology.

Fixes scylladb/scylladb#15147

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
2023-08-24 10:43:40 +03:00
..