Thread 'tokio-runtime-worker' panicked at 'Critical database error // Too many open files -- 2409-2 upgrade #6488
Labels
I2-bug
The node fails to follow expected behavior.
I10-unconfirmed
Issue might be valid, but it's not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
While starting up for the first time after upgrading to 2409-2, I received the following error:
Thread 'tokio-runtime-worker' panicked at 'Critical database error: Custom { kind: Other, error: Error { message: "IO error: While open a file for random read: /home/polkadot/.local/share/polkadot/chains/polkadot/db/full/4304564.sst: Too many open files" } }', /builds/substrate/primitives/database/src/kvdb.rs:29 This is a bug. Please report it at: https://github.com/paritytech/polkadot-sdk/issues/new polkadot.service: Main process exited, code=exited, status=1/FAILURE polkadot.service: Failed with result 'exit-code'. polkadot.service: Consumed 1min 23.427s CPU time.
The node failed to stay running upon the start where this error was received and went into a failed/stopped state. Node stayed running after a subsequent start.
I have ulimits set to 10,000, and wait 120seconds between stopping and starting.
Steps to reproduce
This occurred while upgrading just one of my nodes, but it was the only polkadot node I have (RocksDB). I will work on posting more detail along with some surrounding error messages shortly.
The text was updated successfully, but these errors were encountered: