EspressoSystems / hotshot-query-service

Generic query service for HotShot applications
https://espressosystems.github.io/hotshot-query-service/
GNU General Public License v3.0
5 stars 1 forks source link

Audit all DB transactions to check for proper cleanup #598

Open jbearer opened 3 months ago

jbearer commented 3 months ago

Informal Systems had an issue where one of their DA nodes, after a restart, got into a loop where all DB operations were failing because the current transaction was aborted. They lost the logs from the beginning of the incident, but it sounds like somewhere we had a transaction fail and we errored out without reverting it.