Files
scylladb/service
Gleb Natapov 85cb09294e storage_service: do not start thrift and cql servers if a node is isolated due to errors
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>
2019-01-21 13:04:23 +00:00
..