[bug]: 0.19.1 filling logs with: [WRN] GRDB: Channel=969519666583044097 not found in graph cache #9944
Replies: 6 comments
-
I don't think this is a new issue, I've seen this warning even before the upgrade from 0.19.0 to 0.19.1. |
Beta Was this translation helpful? Give feedback.
-
It is definitely possible this issue exists on 0.19.0 (which I admittedly hadn't used for very long before updating to 0.19.1); But I can't said I have seen this warning on LND <= 0.18.5. |
Beta Was this translation helpful? Give feedback.
-
The log was added in 0.19.0 (001e559). Though the problem likely existed before (just silent). Is it possible that you were running with Neutrino backend initially and then switched to btcd / bitcoind backend? |
Beta Was this translation helpful? Give feedback.
-
Nice find. I guess the question is whether LL intended for this additional logging. I am not nor have ever run neutrino on this node. |
Beta Was this translation helpful? Give feedback.
-
Converting this into a discussion thread instead |
Beta Was this translation helpful? Give feedback.
-
Channels are not added to the graph cache when both policies have it disabled, which is a realistic scenario. Then this message is generated later on when somebody tries to lookup this channel. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
After updating from 0.19.0 -> 0.19.1 the logs seem to be spamming the below warnings despite
lncli getinfo
showing"synced_to_graph": true,
Is this expected to resolve with more time?
LND seems to otherwise be functioning normally.
Your environment
lnd
: 0.19.1uname -a
on *Nix): StartOS 0.3.5.1btcd
,bitcoind
, or other backend: bitcoind 28.1Steps to reproduce
Update LND from 0.19.0 -> 0.19.1
Expected behaviour
Clean logs without these warnings when the graph should be fully synced
Actual behaviour
LND logs spamming warnings about channels missing from the graph cache
Beta Was this translation helpful? Give feedback.
All reactions