-
Notifications
You must be signed in to change notification settings - Fork 48
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
postgres backend - LND v0.14.1-beta "lnd compatibility check failed" #78
Comments
Sounds like the request is just timing out. |
@guggero the response is nearly instant when I do a |
Ah, I looked at the wrong error message. Seems like |
You're recommending I run I ran LND with this config, I then ran the Something to note in terms of latency:
Not sure if this would warrant a ticket in the lightningnetwork/lnd repo? |
This is the same issue as lightningnetwork/lnd#6107 then. The in-memory graph is exactly the same data as is served in I see two ways to fix this (indirectly, the main fix will be to speed up the graph download in postgres): Set the |
Why is this only happening with postgres backend? |
Not sure what you mean... |
Looks like this is happening on postgres and not bbolt, can reproduce. |
Need help understanding what's going on with my setup or if this is a bug.
Note, currently running lndmon for many nodes using the standard bbolt/boltdb backend.
For some reason it seems like I'm getting errors when using LND with postgres.
logs:
Sometimes I'll just get this for the error in the logs:
The text was updated successfully, but these errors were encountered: