Giter Club home page Giter Club logo

Comments (6)

etan-status avatar etan-status commented on August 17, 2024 1

This node is outdated and must be updated for Nimbus >= v24.2.1 before Deneb (5 days deadline).

from nimbus-eth2.

jakubgs avatar jakubgs commented on August 17, 2024

Good point. We just finished upgrading EL nodes, will do BN next.

from nimbus-eth2.

etan-status avatar etan-status commented on August 17, 2024

Searching the logs for Failed to obtain the latest block from the EL is only logged one time. After that, there are still periodic syncEth1Chain tick that start new eth_getBlockByNumber('latest', false) requests, but these subsequent ones never seem to finish / time out / fail.

    debug "syncEth1Chain tick"

    if bnStatus == BeaconNodeStatus.Stopping:
      await m.stop()
      return

    if m.eth1Chain.hasConsensusViolation:
      raise newException(CorruptDataProvider, "Eth1 chain contradicts Eth2 consensus")

    let latestBlock = try:
      raiseIfNil connection.trackedRequestWithTimeout(
        "getBlockByNumber",
        rpcClient.eth_getBlockByNumber(blockId("latest"), false),
        web3RequestsTimeout)
    except CatchableError as err:
      warn "Failed to obtain the latest block from the EL", err = err.msg
      raise err
  • bnStatus == BeaconNodeStatus.Stopping cannot be because that is only set on exit
  • m.eth1Chain.hasConsensusViolation cannot be because the locations that set it to true produce a unique log line
  • connection.trackedRequestWithTimeout is still repeatedly hit, as seen by Sending message to RPC server log line immediately after each syncEth1Chain tick log

Maybe something weird in trackedRequestWithTimeout related to or that makes it get stuck:

from nimbus-eth2.

etan-status avatar etan-status commented on August 17, 2024

Do you have eth1_latest_head metric from that time as well? And also eth1_synced_head

from nimbus-eth2.

etan-status avatar etan-status commented on August 17, 2024

Extended the logs here as well to have a better understanding what's going on:

from nimbus-eth2.

jakubgs avatar jakubgs commented on August 17, 2024

Do you have eth1_latest_head metric from that time as well?

Not on the dashboard but it can be generated:

image

And also eth1_synced_head

image

from nimbus-eth2.

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.