Closed packetstracer closed 9 months ago
Show flags you start your node with
problem detected and is on our side, closing the issue
problem detected and is on our side, closing the issue
Would you mind sharing what was it, facing something similar
problem detected and is on our side, closing the issue
Would you mind sharing what was it, facing something similar
The problem was due to our node was state synced so did not have all the history of the blockchain, and thus the bridge couldn't sync from scratch. Our solution was to set a node from a full history snapshot and then sync the bridge against it.
Celestia Node version
8e5a71746bc9bd9300ad3e4853797e64fdd1d018
OS
Ubuntu 22.04.3 LTS
Install tools
No response
Others
LimitNOFILE=65536 in service file
Steps to reproduce it
Upgrade to version and restart the node:
systemctl stop celestial-node make build make install systemctl start celestial-node
Expected result
Node should start and sync with the network
Actual result
Node crashes after initialization timeout.
Relevant log output
Notes
Not happening to everyone