Open norwnd opened 1 month ago
This isn't really a log spam problem as it is a connection logic problem.
You have no routes to reach these peers, so all connection attempts immediately fail while the wallet is trying to achieve 8 outbound peers.
(also, we don't use neutrino)
(also, we don't use neutrino)
Is this dex-specific then ? In that case probably want to move this issue to https://github.com/decred/dcrdex/issues
dcrwallet has its own spv implementation. it doesn't have any special name or branding or anything. neutrino is the name of a different implementation used by btcwallet (but afaik, they are broadly similar in terms of how they work and the filters that they use).
Well, the log files written by Bison Wallet are called neutrino...
so I'm just calling those as they are,
the connection attempts that result in these logs still happen somewhere in dcrwallet
codebase right ? To my understanding, there should be a delay between retries:
I was looking into https://github.com/decred/dcrdex/issues/3000 - looking into dcrwallet neutrino logs I've noticed there is a lot of lines similar to this one being logged (here is a .gz snapshot neutrino saves as an example):
Couple of points on this:
To reproduce:
I was runningjust plug off internet cable for several minutes and watch logs grow.dexc
, shut my laptop lid + disconnecting internet cable, re-opened it several hours later + reconnected internet cable (and ended up observing https://github.com/decred/dcrdex/issues/3000 + this spam in dcrwallet logs)