mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
There is no need to map this node's inet_address to host_id. The storage_service can easily just pass the local host_id. While at it, get the other node's host_id directly from their endpoint_state instead of looking it up yet again in the gossiper, using the nodes' address. Refs #12283 Closes scylladb/scylladb#17919 * github.com:scylladb/scylladb: cdc: should_propose_first_generation: get my_host_id from caller storage_service: add my_host_id