Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.5, 1.1.0
-
None
Description
The sessions variable in QLA_INSTANCE struct keeps track of the session counts. With the help of this, the log files are named as "<filebase>.<sessions>". But, when sessions is incremented in newSession function it does not take care of concurrency.
This can result in multiple sessions writing into a same log file.