Closed zven77 closed 3 years ago
Same problem on my end, with Infura (almost 21 hours of logs here):
grep 'Eth1 chain not synced' /var/log/nimbus-eth2/nimbus-eth2.log | wc -l
195
ourDepositsCount=244964 targetDepositsCount=247396
also getting this here, yet much more infrequently than you.
also getting this here, yet much more infrequently than you.
do you get 'Eth1 sync progress' lines too after the update? Or always the same status 'ourDepositsCount=xyz targetDepositsCount=xyz ?
Bisected to this commit: https://github.com/status-im/nimbus-eth2/commit/66b9f33edd0e9553280aabfb1305f9788d72b7ab
Fixed in the "stable" branch and released as 1.5.1. Thanks for reporting and helping debug it!
Fix commit: https://github.com/status-im/nimbus-eth2/commit/dbbdbea7da4fa88b53dfded7f26a49fb91c2f5e9
Describe the bug I just updated from nimbus v1.4.1 to v1.5.0. Geth 1.0.9 is fully synced. But after the update nimbus cannot sync with the Eth1 chain anymore. Notice how
depositsProcessed=247414
before the update differs fromourDepositsCount=247374
after the update to 1.5.0.To Reproduce Steps to reproduce the behavior:
Platform details (OS, architecture): Ubuntu 21.04
Branch/commit used: '...'
Commands being executed:
ExecStart=/bin/bash -c '/usr/local/bin/nimbus_beacon_node --network=mainnet --data-dir=/var/lib/nimbus --web3-url=ws://127.0.0.1:8546 --nat=extip:${ClientIP} --max-peers=180 --graffiti="graffiti" --log-level=INFO'
Relevant log lines:
After the update after 19:04:32 only 'Eth1 chain not synced' appeared:
After some time the ‚Block signature verification failed‘ line appeared….
… I decided to rollback to v1.4.1 and Eth1 sync progress lines appeared instantly after start of v1.4.1:
Oct 8 23:30:02 pn50-eth bash[17817]: NOT 2021-10-08 23:30:02.708+02:00 Eth1 sync progress topics="eth1" tid=17817 file=eth1_monitor.nim:966 blockNumber=13378377 depositsProcessed=247417
Screenshots
Additional context