Files
scylladb/gms
Benny Halevy 72a5ac9ce7 gossiper: get_or_create_endpoint_state: create empty endpoint_state
Currently, the endpoint address is set as the new
endpoint_state RPC_ADDRESS.  This is wrong since
it should be assigned with the `broadcast_rpc_address`
rather than `broadcast_address`.
This was introduced in b82c77ed9c

Instead just create an empty endpoint_state.
The RPC_ADDRESS (as well as HOST_ID) application states
are set later.

Fixes scylladb/scylladb#15458

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>

Closes scylladb/scylladb#15475
2023-09-20 13:20:44 +02:00
..