Giter Club home page Giter Club logo

Comments (3)

winksaville avatar winksaville commented on June 16, 2024 1

Here are logs for a "WARN Could not find block ...". In that zip file is reth.log and reth.log.starting-reth-version.could-not-find-block which was created with:

kendall@ethel 24-04-09T18:38:53.440Z:~/eth2-data/reth/holesky
$ rg 'Starting reth version|Could not find block' reth.log > reth.log.starting-reth-version.could-not-find-block
kendall@ethel 24-04-09T18:39:20.716Z:~/eth2-data/reth/holesky

When you look at reth.log.starting-reth-version.could-not-find-block the file has 3350 "Starting reth" from "2024-04-08T17:26:10.127770Z" .. "2024-04-09T00:42:05.917330Z". After "2024-04-09T00:42:05.917330Z" I stopped reth when I discovered that my node was rebooting because of the "Failed to insert block" issue that's being tracked in issue 7430. Eventually I dropped the merkle stage and restarted reth at "2024-04-09T03:47:22.649347Z".

Then today I thought I'd add a panic when an InsertBlockError occurs, I did that and accidentally started reth.service which has unmodified version "0.2.0-beta.5 (55f75cdcc)". I stopped it and then started my modified version "0.2.0-beta.5-dev (cd1c2bf)" and then we see the "Could not find block".

So I'm guessing the problem related to this issue occurred some short time before "2024-04-09T17:21:33.262346Z" (i.e. when I stopped reth.service) and "2024-04-09T17:24:14.711716Z " when the "Could not find block" happened.

2024-04-08T17:26:10.127770Z  INFO reth::cli: Starting reth version="0.2.0-beta.5 (54f75cdcc)"
...
2024-04-09T00:42:05.917330Z  INFO reth::cli: Starting reth version="0.2.0-beta.5 (54f75cdcc)"
2024-04-09T03:47:22.649347Z  INFO reth::cli: Starting reth version="0.2.0-beta.5 (54f75cdcc)"
2024-04-09T17:21:33.262346Z  INFO reth::cli: Starting reth version="0.2.0-beta.5 (54f75cdcc)"
2024-04-09T17:24:14.670824Z  INFO reth::cli: Starting reth version="0.2.0-beta.5-dev (cd1c2bf99)"
2024-04-09T17:24:14.711716Z  WARN provider::static_file: Could not find block or tx number on a range request segment=Headers number=1311784

Hopefully these logs and maybe my observations are helpful.

from reth.

argakiig avatar argakiig commented on June 16, 2024

Here are logs for a "WARN Could not find block ...". In that zip file is reth.log and reth.log.starting-reth-version.could-not-find-block which was created with:

kendall@ethel 24-04-09T18:38:53.440Z:~/eth2-data/reth/holesky
$ rg 'Starting reth version|Could not find block' reth.log > reth.log.starting-reth-version.could-not-find-block
kendall@ethel 24-04-09T18:39:20.716Z:~/eth2-data/reth/holesky

When you look at reth.log.starting-reth-version.could-not-find-block the file has 3350 "Starting reth" from "2024-04-08T17:26:10.127770Z" .. "2024-04-09T00:42:05.917330Z". After "2024-04-09T00:42:05.917330Z" I stopped reth when I discovered that my node was rebooting because of the "Failed to insert block" issue that's being tracked in issue 7430. Eventually I dropped the merkle stage and restarted reth at "2024-04-09T03:47:22.649347Z".

Then today I thought I'd add a panic when an InsertBlockError occurs, I did that and accidentally started reth.service which has unmodified version "0.2.0-beta.5 (55f75cdcc)". I stopped it and then started my modified version "0.2.0-beta.5-dev (cd1c2bf)" and then we see the "Could not find block".

So I'm guessing the problem related to this issue occurred some short time before "2024-04-09T17:21:33.262346Z" (i.e. when I stopped reth.service) and "2024-04-09T17:24:14.711716Z " when the "Could not find block" happened.

2024-04-08T17:26:10.127770Z  INFO reth::cli: Starting reth version="0.2.0-beta.5 (54f75cdcc)"
...
2024-04-09T00:42:05.917330Z  INFO reth::cli: Starting reth version="0.2.0-beta.5 (54f75cdcc)"
2024-04-09T03:47:22.649347Z  INFO reth::cli: Starting reth version="0.2.0-beta.5 (54f75cdcc)"
2024-04-09T17:21:33.262346Z  INFO reth::cli: Starting reth version="0.2.0-beta.5 (54f75cdcc)"
2024-04-09T17:24:14.670824Z  INFO reth::cli: Starting reth version="0.2.0-beta.5-dev (cd1c2bf99)"
2024-04-09T17:24:14.711716Z  WARN provider::static_file: Could not find block or tx number on a range request segment=Headers number=1311784

Hopefully these logs and maybe my observations are helpful.

looking through the logs it seems like yours presented differently than mine, and considerably sooner, then again it seems you are also using holesky?

from reth.

winksaville avatar winksaville commented on June 16, 2024

looking through the logs it seems like yours presented differently than mine, and considerably sooner, then again it seems you are also using holesky?

Yes I'm on holesky

from reth.

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.