-
Notifications
You must be signed in to change notification settings - Fork 303
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
The execution builder is offline #5885
Comments
I think that this is due to the fact that mev-boost in latest version is actually calling the status endpoint against relays to check their availability. Our timeout setting for status call could be now too short (if I remember correctly it is 1 second) for the full roundtrip so we may timeout before you provide a 200 to us. Btw the timestamps you're reporting are a bit strange: we call the status every slot (12s) so I don't quite understand how we log the timeout and a success so close. We will look at it. |
This has been mitigated with flashbots/mev-boost#185 |
Checking in on this one - it doesn't seem like we're having ongoing issues and can close this? |
Going to close this one. It looks like the meg-boost mitigation was sufficient. |
Description
I'm testing teku + nethermind + mev-boost in kiln following this guide:
https://github.com/flashbots/mev-boost/wiki/Testing
Every now and then, Teku logs this error:
I don't know if this is a problem on mev-boost or teku. mev-boost seems to be running without issues constantly logging a 200 on the status endpoint. I'm starting my investigation on this here, can you please guide me?
Steps to Reproduce (Bug)
Follow the steps in:
https://github.com/flashbots/mev-boost/wiki/Testing
Expected behavior: Teku starts producing blocks built by the mev relay.
Actual behavior: This error message is logged:
Frequency: Like 3 times in 5 minutes.
Versions (Add all that apply)
The text was updated successfully, but these errors were encountered: