-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Unable to publish SyncCommitteeContribution - SYNC_COMMITTEE_ERROR_NOT_CURRENT_SLOT #3389
Comments
there seems to be performance issue at node side that make it unable to accept requests validator logs
but node can only accepts request ~3s later
then validator was able to sign
maybe due to the same reason, server can only see
slot 76708 started at 3:46:36 |
It seems to show that the node is very busy delaying processing |
root cause may be #3390 |
I've also observed that any HTTP API request takes > 2 sec to be replied which makes it very likely for the contribution to be late |
Closing for root cause #3694 |
Describe the bug
Found this error in lodestar-geth instance of pithos
it looks like the validator client is frequently late to submit ContributionAndProof
at validator side
the consensus node
Expected behavior
No error
The text was updated successfully, but these errors were encountered: