You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a full node disconnects from the sequencer, it does not reconnect to it unless the node is restarted, when there are only two nodes. Need to check if it happens when there are more nodes.
The text was updated successfully, but these errors were encountered:
After a few checks, it seems nodes are reconnecting automatically after approx 2 minutes, but it needs more investigation to see if it happens in all cases and why after 2 minutes.
it does not seem to be externally configurable.
Therefore it seems in the worse case, a full node will be disconnected during 2 minutes and it will connect again automatically.
PR #556 adds a new function to periodically check if a full node is not connected to other nodes and bootstraps the DHT again to reconnect to sequencer.
srene
linked a pull request
Jan 2, 2024
that will
close
this issue
When a full node disconnects from the sequencer, it does not reconnect to it unless the node is restarted, when there are only two nodes. Need to check if it happens when there are more nodes.
The text was updated successfully, but these errors were encountered: