mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
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