This alert indicates that the sequencer or a replica has an abnormally low number of peers. The sequencer’s peer count should always match the number of internal replicas. Replicas should generally have between 10 and 40 peers each.
This error often occurs after a replica restart.
Look at the Bedrock P2P dashboard to confirm the number of peers the sequencer/replicas actually have. Also look at the bandwidth in/out graphs to make sure that data is actually being communicated between each peer. Healthy graphs should look something like this:
If the alert is sequencer-low-peers
, check to see if any of the replicas or the sequencer were restarted recently. If so, replicas should automatically reconnect to the sequencer after 60 seconds.
Search the op-node
error logs for errors indicating peer-to-peer failures. Look for errors dialing peers.
Search the op-node
error logs for logs regarding discovery. A warning peer discovery is disabled
means that the node is not actively discovering peers. This should appear on the sequencer, but not replicas.