-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
[PROD] Validator miss attestation #3527
Comments
Validator log shows that the attestation is published on time with correct head
committeesPerSlot = 131, epoch slot = 0, committee index = 27 => attestation subnet = 27 Node log shows that attestation is published by gossipsub
maybe it's an issue of having attestation subnet 27 peers at that time to spread the attestation to the network |
@tuyennhv We should have some internal log of an attestation's journey.
|
one reason could be we submit attestation too early sigp/lighthouse#635 (comment) , and the other peer (could be another lodestar node) ignore the attestation since they haven't seen the voted block |
That seems extremely unlikely, there are multiple aggregators per subnet and Lodestar represents a tiny fraction of the network |
I mean if the original node only propagate subnet attestation to the other lodestar node and that lodestar node just ignore the subnet attestation (since it does not know the root), no aggregator could include it and it becomes missed |
@tuyennhv Nimbus latest release specifically optimize for situations where emitting to no peers:
https://github.com/status-im/nimbus-eth2/releases/tag/v1.6.0 You should investigate what they've changed or reach out |
#3781 helps us gain good gossip peer score, hence more mesh peers. This could help us mitigate the issue. |
Describe the bug
Validator 270069 missed an attestation at slot 2733664. For more information visit: https://beaconcha.in/validator/270069
Expected behavior
Validator should not miss any attestations
The text was updated successfully, but these errors were encountered: