Skip to content

Slow syncing after upgrading to latest versions #152

Description

@breezytm

Our nodes have been online for at least a year and have been working just fine. We recently upgraded to the following versions, and since then, the slow syncing began. I know of another provider who is also having similar issues with his nodes, which makes it clear that this issue is not specific to us. I am wondering if anyone else is experiencing the same issue.

op-geth:v1.101315.2
op-node:v1.7.7

Deployment

    command:
      - --op-network=$NETWORK_NAME
      - --datadir=/geth
      - --http
      - --http.corsdomain=*
      - --http.vhosts=*
      - --http.addr=0.0.0.0
      - --http.port=8545
      - --http.api=web3,debug,eth,txpool,net,engine
      - --ws
      - --ws.addr=0.0.0.0
      - --ws.port=8546
      - --ws.origins=*
      - --ws.api=debug,eth,txpool,net,engine,web3
      - --syncmode=$OP_GETH__SYNCMODE
      - --gcmode=$NODE_TYPE
      - --authrpc.vhosts=*
      - --authrpc.addr=0.0.0.0
      - --authrpc.port=8551
      - --authrpc.jwtsecret=/shared/jwt.txt
      - --rollup.sequencerhttp=${BEDROCK_SEQUENCER_HTTP:-https://mainnet-sequencer.optimism.io}
      - --rollup.disabletxpoolgossip=true
      - --rollup.historicalrpc=$OP_GETH__HISTORICAL_RPC
      - --port=${PORT__OP_GETH_P2P:-39393}
      - --discovery.port=${PORT__OP_GETH_P2P:-39393}

Variables

  NODE_TYPE=archive
  OP_GETH__SYNCMODE=full

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions