Closed DerEwige closed 3 months ago
Looks like an issue in my plugin.
I did not handle the UnreadableRemoteFailure
in my plugin.
This meant that those tries would not register as failure and those hops would not get punished in my own path finding.
I fixed that and the % is dropping fast now at about 10% and still falling
eclair version=0.10.0 commit=a63d2c2
I recently noticed that about 80-90% of all payment end in an
UnreadableRemoteFailure
. This value seems way too high.I only noticed this because I have a lot less data in one of my custom database tables, than what I used to have.
I have no idea when this started, but It looks like, it transitioned from mostly
RemoteFailure
toUnreadableRemoteFailure
within the last 12 months.I’m not even sure if this is a eclair issue or if maybe the problem is interop and got introduced in a recent LND version.
This is an example of a log line:
I get thousends of these every hour. (see attached log file: eclair.current.zip)