mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
storage_service: Print start gossiper service earlier
Otherwise, you see gossip log before gossiper service is started.
This commit is contained in:
@@ -78,8 +78,8 @@ future<> storage_service::prepare_to_join() {
|
||||
auto now = high_resolution_clock::now().time_since_epoch();
|
||||
int generation_number = duration_cast<seconds>(now).count();
|
||||
// FIXME: SystemKeyspace.incrementAndGetGeneration()
|
||||
print("Start gossiper service ...\n");
|
||||
return gossiper.start(generation_number, app_states).then([this] {
|
||||
print("Start gossiper service ...\n");
|
||||
#if SS_DEBUG
|
||||
gms::get_local_gossiper().debug_show();
|
||||
_token_metadata.debug_show();
|
||||
|
||||
Reference in New Issue
Block a user