-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many active HTLC, lost most of channels #CLN24.05 #bitcoind27.1 #RPi4 #715
Comments
Hi @eltoo-cln ! What does "Too many active HTLC" mean? This seems like an issue with core lightning or clboss. |
Hi @jonasnick and thank you for your time to read my issue. Two days ago I could see in RTL over 130 active HTLCs Currently there are 56 with three different nodes all of which are already Disconnected and in state: Onchain |
you can set the max number of concurrent HTLC (per channel I believe), something like
in services.clightning.extraConfig within configuration.nix |
Hi, I think it would be good to get to the bottom of this to understand what happened here, so others can avoid it. My node had a channel with @eltoo-cln 's node. Their node lost most of the channels in range of few days because their peers automatically force closed channels with their node. My node was one of the many that closed channel with their node. Here are channel updates of our channel as seen from my node:
This is beyond my understanding of the inner workings of LN, but the important part seems to be: "message": "Offered HTLC 681 SENT_ADD_ACK_REVOCATION cltv 851131 hit deadline" Is it possible that @eltoo-cln 's node was in a "stuck" state without ability to write to db or something like that and could not cooperate on moving HTLCs to proper state and that is why all the peers force closed the channels? |
could be caused by |
Hello I am trying to find what went wrong with my node and why I lost recently most of my channels.
This situation happen shortly after upgrading to 1.0.9 (CLN 24.05)
My HW setup:
This node has been up for about 2 years without any previous issues.
NB is deployed via krops (I still didn't move to flakes)
CLN:
configuration.nix
I would like to ask for support. I didn't find anything suspicious in logs, but I'm also not sure what I should be looking for.
After reviewing clightning.service log, there were coupe of strange lines:
BROKEN lines related to plugin-clboss was already reported here
But I am not sure what is this repetitive part related to:
The other thing which may or may not be related is FS status:
/var/lib
has less than 10%I would like to find out what the problem is or report any issue, but first need to narrow down to the root cause.
Is anybody able to guide me on this journey, please?
The text was updated successfully, but these errors were encountered: