mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
Scylla starts doing IO much earlier that it starts cql/thrift servers. The IO may cause an error that will try stop all servers, but since they are still not running it will do nothing, but servers will be started later. Fix it by checking that the node is not isolated before starting servers. Message-Id: <20190110152830.GE3172@scylladb.com>