question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Eth1RequestException: Eth1 call has failed:missing trie node

See original GitHub issue

Description

Trying to bootstrap a new testnet. Teku does not do anything. Maybe because it’s prior to genesis time?

Steps to Reproduce (Bug)

https://github.com/goerli/schlesi/tree/master/teku

  • connect a teku node to a geth node
  • teku eth1_follow_distance is 1024
  • geth tries_in_memory value is 128

Expected behavior: [What you expect to happen]

It should launch the beacon node and validators.

Actual behavior: [What actually happens]

It doesn’t do anything for more than 40 minutes:

~/.opt/PegaSysEng/teku master 15m 16s
❯ 
teku \
--config-file="/home/user/.opt/goerli/witti/teku/config.yaml" \
--network="/home/user/.opt/goerli/witti/teku/chain.yaml"


^C^C^C^C^C^C^C^C^C^C^C^C^C^C
^C

~/.opt/PegaSysEng/teku master 43m 55s
❯ 
teku \
--config-file="/home/user/.opt/goerli/witti/teku/config.yaml" \
--network="/home/user/.opt/goerli/witti/teku/chain.yaml"

Frequency: 1

Versions (Add all that apply)

  • Software version: teku/v0.11.2-dev-982608ec/linux-x86_64/oracle_openjdk-java-11
  • Java version: openjdk version "11.0.6" 2020-01-14
  • OS Name & Version: NAME="Arch Linux"
  • Kernel Version: Linux ceres 5.6.10-arch1-1 #1 SMP PREEMPT Sat, 02 May 2020 19:11:54 +0000 x86_64 GNU/Linux

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
q9fcommented, May 22, 2020

Manually hacking Geth to retain 1024 states fixed that for me.

1reaction
cemozerrcommented, May 22, 2020

Yes, totally. We are aware of this issue and the solution. @ajsutton has just picked it up due to its urgency.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing trie node error · Issue #20557 - GitHub
So if you have only a root, and you try to walk it down a certain path, it will resolve nodes from the...
Read more >
"missing trie node" when requesting balance
Other answers to this question suggets that I cant get the value because the state tree has been pruned so Im wondering if...
Read more >
Franco Victorio - HackMD
If you have more questions, remember to join our Discord server! Error saying "Missing trie node" tl;dr: you are forking and not using...
Read more >
Geth Hotfix Released : r/ethstaker - Reddit
Could this be a result of trying to sync from a peer with a corrupted database? [Edit2] Now it's back to Unhandled trie...
Read more >
ethereum/AllCoreDevs - Gitter
I'm getting another error now from my local geth node when trying to sync my graph node: DEBG Trying again after eth_call RPC...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found