mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
shutdown_announce_in_ms specifies a period of time that a node which is shutting down waits to allow its state to propagate to other nodes. However, we were setting _enabled to false before waiting, which will make the current node ignore gossip messages. Message-Id: <1538576996-26283-1-git-send-email-tgrabiec@scylladb.com>