mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
Merge
This commit is contained in:
@@ -193,6 +193,7 @@ future<> init_once() {
|
||||
if (!done) {
|
||||
done = true;
|
||||
return service::init_storage_service().then([] {
|
||||
engine().at_exit([] { return service::deinit_storage_service(); });
|
||||
return init_ms_fd_gossiper("127.0.0.1", db::config::seed_provider_type());
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user