Files
scylladb/gms
Benny Halevy c5e4dace8e gossiper: real_mark_alive: do not erase from unreachable_endpoints without holding lock
This code was supposed to be moved into
`mutate_live_and_unreachable_endpoints`
in 2c27297dbd
but it looks like the original statements were left
in place outside the mutate function.

This patch just removes the stale code since the required
logic is already done inside `mutate_live_and_unreachable_endpoints`.

Fixes scylladb/scylladb#15296

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

Closes #15304
2023-09-07 10:02:49 +02:00
..