mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 00:13:31 +00:00
Only pause and restart tickers for servers in configuration. Currently when a server is taken out it's reset and a new one is set up, but out of configuration. @gleb-cloudious requested to have fully stopped servers when out of configuration, until they are re-added. This change is needed to allow that or else restart would arm tickers on servers no longer present. Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com>