After upgrading our Totara instance from 2.2.0 to 2.4.9 we are seeing the following messages in the error log
"Can not obtain session lock"
Default exception handler: Timed out while waiting for session lock.<br />Wait for your current requests to finish and try again later. Debug: \nError code: sessionwaiterr\n* line 1455 of /lib/dml/mysqli_native_moodle_database.php: dml_sessionwait_exception thrown\n* line 609 of /lib/sessionlib.php: call to mysqli_native_moodle_database->get_session_lock()\n* line ? of unknownfile: call to database_session->handler_read()\n* line 190 of /lib/sessionlib.php: call to session_start()\n* line 482 of /lib/sessionlib.php: call to session_stub->__construct()\n* line 66 of /lib/sessionlib.php: call to database_session->__construct()\n* line 711 of /lib/setup.php: call to session_get_instance()\n* line 30 of /config.php: call to require_once()\n* line 31 of /index.php: call to require_once()\n
This happens whenever a user attempts to sign-up for a facetoface session. It also happens on new user registration.
Thoughts?