mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
RPC module starts to dispatching calls to a server the moment it is in the servers' list, but until raft::server::start() completes the instance is not fully created yet and is not ready to accept anything. Fix the code that initialize new raft group to insert new raft instance into the list only after it is started. Message-Id: <YZTFFW9v0NlV7spR@scylladb.com>