-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
3.5.10, 3.6.8, 3.7.4, 3.8
-
MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE
Redis has this session:
$CFG->session_redis_lock_expire
https://github.com/moodle/moodle/blob/master/lib/classes/session/redis.php#L112-L115
If for some reason a page seg faults or whatever then it will not shutdown php correctly and the session lock will not be removed.
In theory after $lockexpire time has passed the lock can be regained and continue, but the code for this simply doesn't exist.
- has a non-specific relationship to
-
MDL-56823 Sessions: redis sessions don't honour $CFG->sessiontimeout
-
- Closed
-
-
MDL-54606 Sessions: Add support for Redis as a session_class_handler (take 2)
-
- Closed
-
- has been marked as being related by
-
MDL-67075 Extra session lock debugging for redis session handler
-
- Closed
-