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,
025-06-12T10:44:12-06:00 2025-06-12 16:44:12.543 [WRN] GRDB: Channel=969519666583044097 not found in graph cache
2025-06-12T10:44:12-06:00 2025-06-12 16:44:12.543 [WRN] GRDB: Channel=969519666583044097 not found in graph cache
2025-06-12T10:44:32-06:00 2025-06-12 16:44:32.515 [WRN] GRDB: Channel=933411704926044160 not found in graph cache
2025-06-12T10:44:32-06:00 2025-06-12 16:44:32.516 [WRN] GRDB: Channel=933411704926044160 not found in graph cache
2025-06-12T10:44:43-06:00 2025-06-12 16:44:43.369 [WRN] GRDB: Channel=989992573135683585 not found in graph cache
2025-06-12T10:44:43-06:00 2025-06-12 16:44:43.369 [WRN] GRDB: Channel=989992573135683585 not found in graph cache
Is this expected to resolve with more time?
LND seems to otherwise be functioning normally.
Your environment
- version of
lnd: 0.19.1
- which operating system (
uname -a on *Nix): StartOS 0.3.5.1
- version of
btcd, bitcoind, or other backend: bitcoind 28.1
Steps 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
Background
After updating from 0.19.0 -> 0.19.1 the logs seem to be spamming the below warnings despite
lncli getinfoshowing"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 -aon *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