Same failing route being attempted over and over again for a given payment #8313
Unanswered
microlancer
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
Also, I'm not using bimodal but would be curious if anything in #7520 could be affecting this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My node is stuck making the same failing route request over and over for a given invoice payment.
Is there any way to make LND skip known failing paths so that it doesn't keep repeating the same failure?
I checked
lncli querymc
and searched for the particular pair that is failing here that isPiLN-Chiba
toLNBIG-Edge-4
and based on the node IDs, there is no entry indicating that the pair's to/from are failing. That might actually be a clue, that somehow LND isn't successfully writing the failure to the database for mission control. Maybe it's some really rare edge case.I also checked to see if I hit the max 500,000 payment results but it doesn't seem like it at all based on this:
This keeps happening to me for a variety of payments, and very often. I'll keep trying to dig into the logs but it's always difficult to figure out what part of the logs is relevant because
debug
output is so verbose.I think not only is it wasting resources on my end trying the same failing path over and over, but also for others on the network. Am I missing something obvious?
Beta Was this translation helpful? Give feedback.
All reactions