Replica snap sync on new L2 network #447
-
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 24 replies
-
|
replica op-geth: |
Beta Was this translation helpful? Give feedback.
-
|
sequencer geth: |
Beta Was this translation helpful? Give feedback.
-
|
@opfocus I think you've seen this too, can you provide any context you have? Did this ever get resolved? |
Beta Was this translation helpful? Give feedback.
-
|
I have done this: both op-geth-replica and op-geth: op-geth-replica logs: op-geth: If I query op-geth the blockNumber remains 0x0: I would expect thought that I would be able to have a network with: and have and op-node-replica: |
Beta Was this translation helpful? Give feedback.
-
|
op-geth op-node.yaml replicas:op-node: op-replica block number stays 0x0 |
Beta Was this translation helpful? Give feedback.
-
|
@InoMurko if this doesn't end up being a snap sync issue, then there's some additional things I'd investigate: Gathering each node's own information with opp2p_self and its peer information with opp2p_peers. Specifically taking note of its Connectedness (I think its an enum): "NotConnected", "Connected", "CanConnect" (gracefully disconnected), or "CannotConnect" (tried but failed). And comparing the sequencer and replica's sync status |
Beta Was this translation helpful? Give feedback.
-
|
As far as I can tell - nodes connect to each other fine and they exchange p2p traffic, but the "finalisation message" that would cut over snap sync never actually arrives. replica op-node sequencer op node op node op nodes can connect to each other and there’s traffic (log from replica op-node) |
Beta Was this translation helpful? Give feedback.

cofig:
op-node:
op-geth:
./build/bin/geth
--http
--http.port=8545
--http.addr=localhost
--authrpc.addr=localhost
--authrpc.jwtsecret=./jwt.txt
--verbosity=3
--rollup.sequencerhttp=http://164.92.86.206:8545
--datadir=$DATADIR_PATH
op-node: