Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beacon Chain Client: error "Failed to handle p2p pubsub" error="could not process attestation from fork choice service: pre state of target block 229896 does not exist" #4295

Closed
WhisperingChaos opened this issue Dec 16, 2019 · 5 comments
Labels
Bug Something isn't working

Comments

@WhisperingChaos
Copy link

msg="Starting beacon node" prefix=node version="Git commit: a9a5973. Built at: 2019-12-12 22:57:27+00:00"

Seems like duplicate of #3819, as even the timing is similar. However, message emission doesn't always follow 15min interval.

...
time="2019-12-13 14:47:04" level=info msg="Executing state transition on block" prefix=forkchoice root=0x590a70b0... slot=229895
time="2019-12-13 14:47:04" level=info msg="Finished applying state transition" attestations=4 deposits=0 prefix=blockchain slot=229895
time="2019-12-13 14:47:19" level=info msg="Executing state transition on block" prefix=forkchoice root=0xe0f350b7... slot=229896
time="2019-12-13 14:47:19" level=error msg="Failed to handle p2p pubsub" error="could not process attestation from fork choice service: pre state of target block 229896 does not exist" prefix=sync topic="/eth2/beacon_attestation/ssz"
time="2019-12-13 14:47:19" level=error msg="Failed to handle p2p pubsub" error="could not process attestation from fork choice service: pre state of target block 229896 does not exist" prefix=sync topic="/eth2/beacon_attestation/ssz"
**above message repeats until** 
time="2019-12-13 14:47:20" level=info msg="Starting next epoch" epoch=28737 finalizedEpoch=28735 justifiedEpoch=28736 prefix=forkchoice previousJustifiedEpoch=28735
time="2019-12-13 14:47:20" level=info msg="Validator registry information" activeValidators=577 averageBalance="4.77643 ETH" prefix=forkchoice totalValidators=874
time="2019-12-13 14:47:20" level=info msg="Finished applying state transition" attestations=7 deposits=0 prefix=blockchain slot=229896
@torfbolt
Copy link

Can confirm, same error here occasionally with latest beacon client version (30b4b04).

Looking at the validator balance it seems like this prevents proper validation, as my client accrues negative rewards during the duration of this beacon client error.

@0xKiwi 0xKiwi added the Bug Something isn't working label Jan 17, 2020
@0xKiwi
Copy link
Contributor

0xKiwi commented Jan 17, 2020

Hello! Can anyone still reproduce this issue or can we close this issue?

@torfbolt
Copy link

Just saw this again with the latest version (68c1ca7):
pre state of slot 62821 does not exist

@rauljordan
Copy link
Contributor

Resolved by @terencechain in #4740

@torfbolt
Copy link

Still seeing this quite regularly in the latest docker images after #4740. It seems to happen often enough that my validator has a net negative reward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants