ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.87k stars 907 forks source link

Shutting down node due to timeout of offers plugin #7724

Open m-schmoock opened 1 month ago

m-schmoock commented 1 month ago

Issue and Steps to Reproduce

I restarted my slow Raspi node. It had to reprocess servera blocks and such, the startup took longer than normal. But when it was more or less finished (lightningd was already running normally) it shut doen by:

2024-10-06T12:33:16.408Z UNUSUAL plugin-offers: Killing plugin: timed out before replying to init
2024-10-06T12:33:16.409Z **BROKEN** plugin-offers: Plugin marked as important, shutting down lightningd!
m-schmoock commented 1 month ago

The issue resolved itself, after systemd restartet lightningd. Anyway, not sure if we need to tweak something or live with the fact, that when startup takes unusually long (more than 5 mins in this case) the deamon can kill itself.

cdecker commented 1 month ago

Any chance you could run with --log-level=io and restart? Hopefully that'd give us something to look at. Otherwise this is very hard to reproduce without having access.