Closed winksaville closed 3 months ago
@shekhirin @joshieDo this looks like some kind of db thread crash
Another thought was that there might be a locking/race problem, pure speculation on my part.
also possible,
@joshieDo just fixed a deadlock in #10034 and #10069 which is out now in v1.0.4
also possible,
@joshieDo just fixed a deadlock in #10034 and #10069 which is out now in v1.0.4
I'm building v1.0.4 now any reason NOT to upgrade, for instance you'd want to do an experiment with this version?
also possible, @joshieDo just fixed a deadlock in #10034 and #10069 which is out now in v1.0.4
I'm building v1.0.4 now any reason NOT to upgrade, for instance you'd want to do an experiment with this version?
I went ahead and updated reth:
Aug 06 14:24:55 ethel reth[2211]: 2024-08-06T21:24:55.143625Z INFO Starting reth version="1.0.4-dev (e24e4c77)"
Did you face this issue again?
Did you face this issue again?
No
Describe the bug
My reth/lighthouse node stopped and on reth I see the following in the systemd logs (see reth.service.logs in the tar.gz file)
I received a message that there was missing attestations from beaconch.in about 1/2 hour later and I decided to shutdown and restart the machine as you can see at the end of the snippet.
After the restart it's running fine.
Steps to reproduce
No idea how to reproduce the issue.
Here is my service file:
Here is other info about my system:
Node logs
Platform(s)
Linux (x86)
What version/commit are you on?
What database version are you on?
Which chain / network are you on?
holesky
What type of node are you running?
Full via --full flag
What prune config do you use, if any?
AFAIK I'm not using a reth.toml
If you've built Reth from source, provide the full command you used
argo install --locked --path bin/reth --bin reth
Code of Conduct