Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 903
TitelBezug LL-1658 - Feature/ll next approach to fix player controller concurrency bug
BeschreibungSCORM-Session-Serialisierung überarbeitet
Statusmerged
Created at 2023-11-20T15:13:42.321Z
Updated at 2023-11-27T08:29:58.017Z
Source branchfeature/LL-next-approach-to-fix-player-controller-concurrency-bug
Target branchdevelop
AuthorGregor Gabriel
AssigneeGregor Gabriel

Discussion notes

changed title from **Feature/ll next approach to fix player controller concurrency bug** to **{+Bezug LL-1658 - +}Feature/ll next approach to fix player controller concurrency bug** Gregor Gabriel 2023-11-20T15:42:22.933Z
merged Sascha Immig 2023-11-27T08:29:58.123Z
mentioned in commit e4d897c7c70512c521564550a999fe8b539c7b96 Sascha Immig 2023-11-27T08:29:58.407Z

Merge Commits

Title Id Author Created at Message
reworked code and added important comments 0daabc81c0a82a4b24461be9f13e193401f50940 TUV\gabrielg 2023-11-20T11:56:52.000Z reworked code and added important comments
If aquiring write lock fails we now try to use initially created session, if it… 98a686c8ee520c886ca7dc6fa9623bb282975fe3 TUV\gabrielg 2023-11-20T14:09:40.000Z If aquiring write lock fails we now try to use initially created session, if it can be retrieved from database without write lock. In that case we write a note to larave log. We throw an exception, if initially created session cannot be retrieved from database without a write lock. we put a lot of debug data to exception message
+ changed back latest sortig from updated_at to created_at as tests require that e36dd27f4d07d1092611fb1ecc44d9cafbdde97c TUV\gabrielg 2023-11-20T15:04:49.000Z + changed back latest sortig from updated_at to created_at as tests require that + optimized code