PR_CONNECT_RESET_ERROR while grading samigo submission and viewing uploaded files with node behind F5 load balancer

Description

see discussion on the sakai-dev forum:

We recently upgraded our F5 load balancer to 17.x and users started contacting us that they were seeing a PR_CONNECT_RESET_ERROR while grading samigo submission and viewing uploaded files.

The F5 load balancer logs showed an error like:

"http_handle_pipelined_data - Invalid action:0x108000 Server sends too much data.”

https://my.f5.com/manage/s/article/K42151600

that article mentions, that the content-length header may not match the body of the response.

Activity

Show:

Austin October 18, 2023 at 9:48 PM
Edited

proposed patch copies the logic in ShowAttachmentMediaServlet.java and UploadAudioMediaServlet.java, where instead of writing to the buffer in 1024 chunks, it read/writes one byte at a time.

Details

Priority

Affects versions

Components

Assignee

Reporter

Created October 18, 2023 at 9:18 PM
Updated October 24, 2023 at 6:18 PM