-
Notifications
You must be signed in to change notification settings - Fork 922
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
Giant 11Gb gossip stores and node crashes in v24.08.1 #7763
Comments
I also experienced a similar issue. My Gossip store was 14 GB and it crashed. Then when it would take 5 to 6 minutes to restart. |
Same issue here with our nixbitcoin.org node.
I can share the affected |
Here are the historical sizes of gossip store files from our backups. These are all available data points.
|
To keep gossip store files for ElementsProject/lightning#7763
So my |
Issue and Steps to Reproduce
A
v24.08.1
mainnet node I have access to was creating 11GB gossip files. I didn't notice that until the node crashed when closing a channel with:After that I found out it was creating these big gossip files. This was not the first time the node was producing such large gossip stores, as a
gossip_store.corrupt
with the same size existed on the node.The node had ridiculous long startup times, which I now believe was due to the fact it was processing these jumbo gossip stores.
If required, I can upload the 11GB store to my server so you can use it for debugging...
The text was updated successfully, but these errors were encountered: