Files
scylladb/gms
Benny Halevy e8f720315d gossiper: run: hold background_gate when sending gossip in background
So it would be waited on in shutdown().

Although gossiper::run holds the `_callback_running` semaphore
which is acquired in `do_stop_gossiping`, the gossip messages
it initiates in the background are never waited on.

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

Closes scylladb/scylladb#15493
2023-09-21 08:54:35 +03:00
..