Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-30026

Prevent session lock waits from stalling server processes forever

XMLWordPrintable

    • MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
    • MOODLE_22_STABLE
    • MDL-30026_sqlsrv
    • Hide

      For developers:
      1/ run the functional DB tests under sqlsrv. Verify that no error related with "test_session_locks" happens.

      2/ no need to perform the tests under other DBs, nothing has changed there (last week we introduced and tested that).

      Show
      For developers: 1/ run the functional DB tests under sqlsrv. Verify that no error related with "test_session_locks" happens. 2/ no need to perform the tests under other DBs, nothing has changed there (last week we introduced and tested that).

      On many of our hosted sites we sometimes get periods of unavailability or out of memory conditions which trace back to a single user.

      Most often in these cases, the user will be performing some long-running process (e.g backup, users upload) and attempts to continue opening things from another browser tab. The new requests get backed up behind the long request waiting to grab a session lock. This can also be triggered by bug, especially infinite loops in code sections with increased time limit.

      This results in stuck server processes which may not be freed for hours, and can cause out-of-memory issues if more processes are started to handle other requests.

      Over time, it should be a goal to migrate these long processes out of web requests and into background processing but it would be nice to have some kind of catchall to prevent these and bugs from causing site unavailability.

      The suggestion is to, where possible, place a time limit on how long Moodle will wait to acquire a session lock before giving up. While this does cause an error to the user, they do not get hung browser windows forever, and the site remains available.

      Please see the linked patch for an attempt at doing this for Postgres.

            stronk7 Eloy Lafuente (stronk7)
            tlevi Tony Levi
            Aparup Banerjee Aparup Banerjee
            Aparup Banerjee Aparup Banerjee
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.