[OP Stack Deployment] How to make nodes follow unsafe head #137
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionHello! I have a chain running with just a sequencer and a node used as an RPC endpoint. As part of the deployment, I also added According to the specs, I understand that the node's metric is showing the safe head as derived by its op-node and the sequencer's is showing the unsafe head, is that correct? If so, is it possible to configure the node to perform unsafe sync? I see some args in op-node that might be related, can be it configured to do so? Thanks! LogsNo response Additional InformationSequencer op-node args:
Node op-node args:
FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hey @fgimenez, I believe the issue is because of You can try manually adding the replica |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot @sbvegan I had read in the specs that the unsafe sync is done through p2p and tried it before posting this, but didn't seem to work, I have enabled it again to verify and I still see the non-sequencer node a few blocks behind: The difference seems to be lower and more stable now, is this ok or should the node be tracking the unsafe head more closely? |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks! |
Beta Was this translation helpful? Give feedback.
-
Hey @fgimenez, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
This looks normal. The sequencer
op-node
will always have the most up-to-date state because its the only component capable of changing the chain state. Thep2p
nodes would have almot the same state as the sequencer when they are healthy and not lagging behind. Somethings that may cause this lag are: slow disk, slow network, or syncing.