-
Notifications
You must be signed in to change notification settings - Fork 102
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
[bug]: Bitcoin Core health checks report "Timed out...." incorrectly #1413
Comments
Alternatively, I have just noticed both health checks go to "green," although the sync was still 100 blocks behind, enough to cause LND to not work. Hard refresh gave same results |
It is not clear this is an OS bug. It is possible that it is an issue with Bitcoin Core. |
This just means the rpc isn't responding within 60 seconds. It's actually an accurate message. |
Is it accurate if there is no problem with RPC calls and yet the timeouts are consistently appearing?? I can reopen in Bitcoin wrapper |
This means there is a problem with RPC calls. Are you saying you're calling the RPC manually and it's working, but the frontend says it's timing out? |
I'm saying the Bitcoin logs are humming along fine, receiving calls, not that I'm giving them manually. Even if it is "working" correctly, which does not seem to be the case, it is still messaged far too aggressively to the user, causing a lot of support load |
This is very unlikely to be an issue with EmbassyOS itself, but rather an issue with the bitcoind package. Perhaps we should consider moving it? |
@kn0wmad the fact that the logs are "humming along" is irrelevant to whether or not the RPC is responding within 60 seconds. Please verify whether the RPC is responding within 60 seconds by calling it manually. If it doesn't respond within 60 seconds, then everything is working as designed. |
@ProofOfKeags if the health check is displaying "timed out" when the RPC is not actually timing out, then it's a problem with the OS. |
Not convinced this is a UI bug. FE simply relays the error from the BE, which relays from the service. Needs more information imo. |
Agreed, pretty sure nothing is wrong here, other than bitcoind's rpc occasionally getting overwhelmed, which I don't see any fix for |
Seems the issue is heavier on the 4G Pi (by my testing), and the only solution is to stop every other service (assuming you want to use a heavy bitcoin stack). Unfortunate, but perhaps nothing can be done at this time. Closing as not worthy of dev resources at this time. |
It is also a duplicate (and in the wrong place) There was a ticket in the bitcoin wrapper already @ Start9Labs/bitcoind-startos#63 |
Prerequisites
EmbassyOS Version
0.3.0.2
Device
Laptop/Desktop
Device OS
Linux
Device OS Version
5.16
Browser
Firefox
Browser Version
99
Current Behavior
Bitcoin Core health checks both report "Timed out, retrying soon...." despite Logs reporting blocks actively being synced
Expected Behavior
Health checks should report back correctly
Steps to Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: