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]