-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Validator's performance issue #3895
Comments
Found another example in contabo-19 (30 connected validators atm)
but it takes >6s until the attestation is signed
then node published attestation very late, 8s after the block starts
and it's not included in any AggregateAndProof This is one of the reasons for missed attestation in prater #3527, we should track the published attestation delay time in both validator side and the node in #2007 |
I debugged the issue, we cache duties by dependent root so we're all good. The profile is ~5 min, which is not enough to conclude the percentage of signing selection proofs, since it may span 2 epochs. |
Describe the bug
This is when the slot started
At validator side, block came on time (1.4s after the slot started)
however it took alsmot 6s until the attestations were signed
Expected behavior
Attestations should be signed right after beacon block come
This happened in contabo-20 which contains 50 connected validators
The text was updated successfully, but these errors were encountered: