mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
Replicate the mutated token_metadata to all cores on success. This moves replication out of update_pending_ranges(mutable_token_metadata_ptr, sstring), so add explicit call to replicate_to_all_cores where it is called outside of mutate_token_metadata. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>