Skip to content
Snippets Groups Projects
Commit 6f740552 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Thread safe handling of CORAL transactions by RDBAccessSvc

Given CORAL transaction context seems to be global, one thread can
commit a transaction, which is active at that moment in another thread.
Worked around this issue by starting readonly transaction when a
session is created, and committing that transaction only when the
corresponding session is closed.

Addresses the issue discussed in ATLASRECTS-5737.

Also removed several redundant include statements.
parent c107b668
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment