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'm trying to switch legacy nrpgx-based project to nrpgx5.
I have a lot of requests (all my SELECT ones) that are not wrapped to transactions.
Previously it was working perfectly, but now it occurs an error log on each segment close.
It doesn't affect real NewRelic data, I could see all graphs etc., but it's flooding to my log output.
What I'm doing wrong? It's a must to wrap each request (even if it's a SELECT) to transaction?
Unable to end datastore segment - product: Postgres collection: table_name operation: select reason: transaction has already ended [init]
I'm trying to switch legacy nrpgx-based project to nrpgx5.
I have a lot of requests (all my SELECT ones) that are not wrapped to transactions.
Previously it was working perfectly, but now it occurs an error log on each segment close.
It doesn't affect real NewRelic data, I could see all graphs etc., but it's flooding to my log output.
What I'm doing wrong? It's a must to wrap each request (even if it's a SELECT) to transaction?
Unable to end datastore segment - product: Postgres collection: table_name operation: select reason: transaction has already ended [init]
The text was updated successfully, but these errors were encountered: