Git Product home page Git Product logo

Comments (2)

wbnns avatar wbnns commented on July 28, 2024

@xueyuchen

This "Walking back L1Block" message indicates that your node is syncing back to a previous Ethereum L1 block.

Some common reasons why this can happen:

  • The node fell behind or crashed and needs to replay blocks to catch up with the latest L1 state. This is normal on restart or if the node was offline for a while.

  • There was a chain reorganization on L1 that the L2 node needs to walk back to handle.

  • The L1 block data is missing or corrupt and needs to be re-retrieved.

To resolve this:

  • Check system resources - CPU, memory, disk space. If overloaded, optimize resources or migrate to a bigger machine.

  • If it gets stuck walking back the same blocks, your L1 data may be corrupt. Wipe the data folder and resync from scratch.

  • Monitor system logs for any other errors that could be causing problems.

The walking back messages themselves are expected on restart but shouldn't persist too long once caught up. If the node remains stable otherwise, you can likely ignore them during initial sync. But if problems persist, try the steps above to troubleshoot further. 👍

from node.

MrFrogoz avatar MrFrogoz commented on July 28, 2024

@xueyuchen hi, I also had the same problem, and that log never ended. To resolve this I reset the node and restored with backup "wget https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/$(curl https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/latest)", subsequently as L1URL I added my eth cluster and everything started working again, because it seems that with some public rpcs, just after sync, I tried to restarted it and I had the same problem

from node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.