Files
scylladb/gms
Benny Halevy 2ac1796a5c gossiper: do_status_check: lock_endpoint
The function manipulates the endpoint state by
calling remove_endpoint and evict_from_membership
(and possibly yielding in-between), so it should
serialize the state change with lock_endpoint.

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
2023-08-01 17:42:02 +03:00
..