We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
orchestrator client
1 parent 36b751e commit 5e3fc47Copy full SHA for 5e3fc47
1 file changed
crates/espresso/node/src/context.rs
@@ -460,7 +460,10 @@ where
460
.wait_for_all_nodes_ready(peer_config)
461
.await;
462
} else {
463
- tracing::error!("Cannot get info from orchestrator client");
+ // the network config was loaded from storage or fetched from
464
+ // peers, so there is no need of orchestrator
465
+ // This is the normal path for a node rejoining an existing network.
466
+ tracing::info!("no orchestrator configured");
467
}
468
tracing::warn!("starting consensus");
469
self.consensus_handle.start_consensus().await;
0 commit comments