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
I can get metrics from oracle database with query-exprter without any problem.
However, when the database is restarted, I encounter the following errors. Despite the database being up and running, these errors continue to occur during each scrape, and the metric collection process stops. Problem fix after restarting the query-exporter.
Nov 27 01:40:13 ora02 query-exporter[58203]: 2024-11-27 01:40:13,620 - ERROR - query-exporter - query "oracledb_fra_stats" on database "orclgg" failed: Can't reconnect until invalid transaction is rolled back. Please rollback() fully before proceeding (Background on this error at: https://sqlalche.me/e/20/8s2b)
The text was updated successfully, but these errors were encountered:
msavdert
changed the title
Can't reconnect until invalid transaction is rolled back, when database is restarted.
Can't reconnect until invalid transaction is rolled back.
Nov 27, 2024
Describe the bug
Thanks for writing this great exporter.
I can get metrics from oracle database with query-exprter without any problem.
However, when the database is restarted, I encounter the following errors. Despite the database being up and running, these errors continue to occur during each scrape, and the metric collection process stops. Problem fix after restarting the query-exporter.
Nov 27 01:40:13 ora02 query-exporter[58203]: 2024-11-27 01:40:13,620 - ERROR - query-exporter - query "oracledb_fra_stats" on database "orclgg" failed: Can't reconnect until invalid transaction is rolled back. Please rollback() fully before proceeding (Background on this error at: https://sqlalche.me/e/20/8s2b)
The text was updated successfully, but these errors were encountered: