Open sbvegan opened 2 months ago
A second report:
As it happens, we actually experienced this (or some version of it) twice over the last few days. Based on our latest investigation, it appears that part of the problem is due to the following behaviour:
OP_NODE_P2P_STATIC
env var set to the relay peer IDs.OP_NODE_P2P_STATIC
. The different IP is not accessible from the Sequencer so the reconnection attempt fails.
A Sequencer restart generally fixes the issue - presumably because it connects via the IP specified in OP_NODE_P2P_STATIC
rather than the other one. However, this makes Relay operations much riskier and operationally heavy since they always require a sequencer restart as well.This seems related to: https://github.com/ethereum-optimism/optimism/pull/11781
Bug Description
Replica nodes are failing to reconnect when the sequencer restarts.
Steps to Reproduce
We have a customer that has reported:
Expected behavior
The nodes should reconnect.
Environment Information:
Configurations:
Validator (Replica) Node
Logs:
Additional context Add any other context about the problem here.
⚠️ Notice: Issues that do not include the following sections will be subject to closure:
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.