-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Electra: No aggregated attestation for slot #7548
Comments
**Motivation** - api attestations could be late but we should allow them to be added to OpPool in that case see #7548 (comment) **Description** - add flag to oppool to specify a priority (api) attestation. This is the same to the way we do attestation validation https://github.com/ChainSafe/lodestar/blob/ca29dbb8edad29e1eb5ac2c576059abcb1c82ec7/packages/beacon-node/src/chain/validation/attestation.ts#L209 - same feature for SyncCommittee part of #7548 --------- Co-authored-by: Tuyen Nguyen <twoeths@users.noreply.github.com>
this still happens on our holesky-prod fleet, see logs from last 6 hours, we can use this query to check once we have deployed a fix also we should probably add a metric to better keep track of get aggregate cache misses lodestar/packages/beacon-node/src/chain/opPools/attestationPool.ts Lines 171 to 173 in 7ce4939
|
while I agree that this is a good change I am not really convinced that it is the root cause that we have aggregate cache misses just looking at the logs of holesky-prod-0 from last 30 days it seems the issue has started after the electra fork |
Describe the bug
this was found by @nflaig

this could be due to #7546
Expected behavior
lodestar_attestation_pool_insert_outcome_total
Steps to reproduce
No response
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
v1.27.1
The text was updated successfully, but these errors were encountered: