Task #3664 (new)
Opened 9 years ago
Under heavy load, reload and closeSession can conflict
| Reported by: | jamoore | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
While testing via 15 concurrent threads over 500000 calls, a couple instances of sessions being reloaded while also being closed occurred. This led oddly to the sessions rows in the DB not having their 'closed' columns filled. Along with #3631, this caused sessions to persist. With #3631 now fixed, this should be fairly harmless, though having sessions unclosed in the database is naughty.