You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes palomad crashes with the following error: fatal error: concurrent map read and map write.
If the node doesn't have the autorestart enabled (actually the case for us), it might lead to a validator getting jailed quite quickly.
Namely, we got this error twice in 4 hours, here's the logs of the last one: https://gist.github.com/freak12techno/5eda82de1c69760b53b99d2a1fb84295
Might be an error on Tendermint side, but not sure, need to investigate.
What is happening?
Sometimes palomad crashes with the following error:
fatal error: concurrent map read and map write
.If the node doesn't have the autorestart enabled (actually the case for us), it might lead to a validator getting jailed quite quickly.
Namely, we got this error twice in 4 hours, here's the logs of the last one: https://gist.github.com/freak12techno/5eda82de1c69760b53b99d2a1fb84295
Might be an error on Tendermint side, but not sure, need to investigate.
Paloma and pigeon versions and logs
pigeond shouldn't be relevant here I guess, but let me know if that's needed.
How to reproduce?
No idea, it just happens randomly.
What is the expected behaviour?
Concurrent read and map doesn't happen => node doesn't crash
The text was updated successfully, but these errors were encountered: