This issue can't be edited

Because it belongs to an archived project. Jira admins can restore projects from the archive.

Handle out-of-memory exception on Sysadmin Courses

Description

We've been running into OoM issues with this functionality while
executing on one of our smaller application servers.

  • Sometimes this manifests by preventing the entire page from loading
    (exception during the GET).

  • At others, it occurs using the `Delete course from site` functionality
    by breaking during the POST handler. This case is particularly
    frustrating because the course actually is deleted, but looks like it
    may not have been. Internally, this is because the 500 error occurs
    after the course has been successfully deleted, though this is
    opaque to the end-user.

While this doesn't address the underlying memory issue,
it does at least allow the app to recover gracefully.

Activity

Done
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Labels

URL

Contributor Name

Repo

Customer

Github Lines Added

Github Lines Deleted

Priority

Github PR Last Updated At

Github Latest Action

Zendesk Support

Created February 22, 2019 at 3:44 AM
Updated January 22, 2021 at 12:17 AM
Resolved February 27, 2019 at 8:11 PM