mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 22:13:19 +00:00
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>