-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Lots of correctlyVotedHead=false Epochs #5247
Comments
Likely network propagation issues. Will cont monitor this next testnet release |
I think it might be a cosmetic bug, I saw the same in a local testnet. I had all my validators hosted on 1 validator client and the below log is what I got
It doesn't make sense that I have all that , when that validator holds all the running proposers/attesters in the network. |
From what I can see it's not cosmetic in the sense that my validator balance is actually decreasing. @nisdas Looks like that also happens in your local testnet? Is it frequent / reproducible for you as well? |
it did happen very often in my local testnet. Although some caveats for my testnet, the chain had not been finalized in a while and i was running less than the required number of validators to finalize. so that might be a reason for this ? @torfbolt did this happen in periods of no finality ? |
I just checked the raw logs again without using my (in this case obviously misleading) monitor script and there are indeed lots of warnings of this kind, for many of the epochs:
Is this expected for the public testnet? There should be enough validators for finalization there... |
I think that might be a different issue, if I am not wrong that log is harmless and mostly means that the forkchoice in the node is trying to resolve it to the appropriate head. @terencechain can probably confirm |
Update: Switched to 0.3.9 today, still happening, currently with a consistent 100% of epochs correctlyVotedHead=false. I also noticed this error appearing from time to time in the logs: Could this have something to do with it? |
Hi @torfbolt are you still encountering this issue? Could you retry with latest master and report your findings? Thank you |
For the moment this issue seems to have disappeared on the topaz testnet. I get mostly full reward epochs there. |
If I understand correctly, the voting summary should normally show all epochs as correctly voted. However, I get lots (>50%) of epochs where only source & target are correct and the head vote is incorrect. This is also reflected in the attestation rewards, which are generally low or even negative for my validator (index 41644).
As far as I can tell there are no warnings or errors for the incorrect epochs, neither in the validator nor the beacon-client logs.
Is this a common issue? What could be the reason, network issues?
Setup is an ARM64 machine running prysm 0.3.8, but earlier versions & earlier testing on an AMD64 machine showed the same picture. Newtork-wise I am on LTE broadband, so NAT with no publicly accessible ports. Goerli is provided by a locally running geth instance.
The text was updated successfully, but these errors were encountered: