-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
MDL-67075-redis-session-locks -
This adds more debugging to make it easier to track down open session locks.
Note this is superficially similar to MDL-64449 but with a couple key differences. Firstly that one mutates the session which means more churning. Secondly it only works after the fact, if you have a blocked session you can't see what's blocking you right now. More importantly it also doesn't work if the session lock times out, for it to work you must eventually gain the session lock to get access to what's inside the session data.