-
Improvement
-
Resolution: Fixed
-
Minor
-
3.6.6, 3.7, 3.8
-
MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
master-
MDL-66805-search -
Some searches can take a while to complete. If a user opens another tab and tries to do multiple searches at once, they can receive session lock errors. We don't need to be locking the session on a search.
The best way to solve this issue would be after this tracker lands: https://tracker.moodle.org/browse/MDL-58018
and implementing a READ_ONLY_SESSION . Until then, the idea is to just end the session as quickly as possible in search/index.php to avoid these issues.
- will be (partly) resolved by
-
MDL-58018 Reduce session lock contention with opt-in READ_ONLY_SESSION
- Closed