prysm
prysm copied to clipboard
beacon node doesn't have a parent in db with root
🐞 Bug Report
Description
A clear and concise description of the problem...Has this worked before in a previous version?
Yes, the previous version in which this bug was not present was: ....🔬 Minimal Reproduction
🔥 Error
🌍 Your Environment
Operating System:
What version of Prysm are you running? (Which release)
this is my commond the Execution layer node: v1.10.19
/root/go/bin/geth --ropsten --ignore-legacy-receipts --syncmode snap --gcmode archive --txlookuplimit 0 --cache.preimages --http --http.addr 0.0.0.0 --http.corsdomain "*" --http.api eth,net,web3,debug
the beacon-node:
docker run -dit -v /data/node_eth2/prysm:/data -v /data/node_eth2/ropstan/genesis.ssz:/genesis/genesis.ssz
-v /data/node_eth2/jwt.hex:/jwt.hex
-p 4000:4000 -p 13000:13000 -p 3500:3500 -p 12000:12000/udp --name beacon-node
gcr.io/prysmaticlabs/prysm/beacon-chain@sha256:bf9b95661c71ad60f633ee14cf352a668d550076471154cf80dfef8fce0bb41e
--datadir=/data
--rpc-host=0.0.0.0
--monitoring-host=0.0.0.0
--http-web3provider=http://127.0.0.1:8872
--genesis-state=/genesis/genesis.ssz
--ropsten
--jwt-secret=/jwt.hex
--grpc-gateway-host=0.0.0.0
Anything else relevant (validator index / public key)?
[2022-08-19 14:05:07] INFO initial-sync: Processing block batch of size 50 starting from 0x7bc82575... 65152/582925 - estimated time remaining 4h30m56s blocksPerSecond=31.9 peers=15 [2022-08-19 14:05:07] WARN initial-sync: Batch is not processed error=beacon node doesn't have a parent in db with root: 0x7d3303ad6cf3dfbf55394fd50789a1616af25187984d3d56fd4fafc2f02694da (in processBatchedBlocks, slot=65152) [2022-08-19 14:05:07] INFO initial-sync: Processing block batch of size 49 starting from 0x4d81edfc... 65218/582925 - estimated time remaining 4h11m33s blocksPerSecond=34.3 peers=15 [2022-08-19 14:05:07] WARN initial-sync: Batch is not processed error=beacon node doesn't have a parent in db with root: 0x8d4e14afa8f31605b80c317c64852b9d2c25f1770bd80e20c659f2eb977f7b9b (in processBatchedBlocks, slot=65218) [2022-08-19 14:05:07] INFO initial-sync: Processing block batch of size 57 starting from 0x67aba47f... 65280/582925 - estimated time remaining 3h52m13s blocksPerSecond=37.1 peers=15 [2022-08-19 14:05:07] WARN initial-sync: Batch is not processed error=beacon node doesn't have a parent in db with root: 0xd99d8bd1860c47a1995458e09fa422ef7c42fed66575da26c17963e3d99af2e3 (in processBatchedBlocks, slot=65280) [2022-08-19 14:05:07] INFO initial-sync: Processing block batch of size 58 starting from 0x6bfc01f7... 65344/582925 - estimated time remaining 3h35m23s blocksPerSecond=40.0 peers=15 [2022-08-19 14:05:07] WARN initial-sync: Batch is not processed error=beacon node doesn't have a parent in db with root: 0x83ac86c72af236e3ce1a02d9261132d4e9a84faf64e3806178e15afc35d91221 (in processBatchedBlocks, slot=65344) [2022-08-19 14:05:07] INFO initial-sync: Processing block batch of size 62 starting from 0x6bc69414... 65408/582925 - estimated time remaining 3h19m53s blocksPerSecond=43.1 peers=15 [2022-08-19 14:05:07] WARN initial-sync: Batch is not processed error=beacon node doesn't have a parent in db with root: 0xc374da4e750236af42eb4976412bfc1f96cbed3f07eac1938c42233c97c8442d (in processBatchedBlocks, slot=65408) [2022-08-19 14:05:07] INFO initial-sync: Processing block batch of size 63 starting from 0x19d6d017... 65472/582925 - estimated time remaining 3h6m16s blocksPerSecond=46.3 peers=15 [2022-08-19 14:05:07] WARN initial-sync: Batch is not processed error=beacon node doesn't have a parent in db with root: 0xedacd662531617166bc7f0480812010c258d411b8bba2d359310276ec9b7adc7 (in processBatchedBlocks, slot=65472) [2022-08-19 14:05:07] INFO initial-sync: Processing block batch of size 61 starting from 0x8f1a6d3e... 65536/582925 - estimated time remaining 2h54m44s blocksPerSecond=49.4 peers=15 [2022-08-19 14:05:07] WARN initial-sync: Batch is not processed error=beacon node doesn't have a parent in db with root: 0x56531606c0bd5a8055c0592c2e6f822bb11e3453c3ab7f44a0e932e76b076117 (in processBatchedBlocks, slot=65536)