Project

General

Profile

Actions

Bug #21209

open

failed to load all processes page, net::ERR_FAILED

Added by Peter Amstutz 17 days ago. Updated 9 days ago.

Status:
In Progress
Priority:
Normal
Assigned To:
-
Category:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Story points:
-

Description

We had reports of workbench occasionally failing to load content when under load. I recently saw a "failed to load process list" error and the browser console suggests that it is net::ERR_FAILED (which I am guessing is a TCP connection error?) instead of a HTTP error.

I'm wondering if either:

a) a connection that was thought to still be live with HTTP keepalive or HTTP/2 session actually wasn't, and that error pops up to the browser level
b) the number of sockets the load balancer can have open is much too low, or a CORS preflight check didn't go through

On further examination, it seems that net::ERR_FAILED is a generic error that can be caused by various reasons -- but it is still notable that it isn't a HTTP response.

Actions #1

Updated by Peter Amstutz 17 days ago

  • Status changed from New to In Progress
Actions #2

Updated by Peter Amstutz 17 days ago

  • Description updated (diff)
Actions #3

Updated by Peter Amstutz 17 days ago

Peter Amstutz wrote:

We had reports of workbench occasionally failing to load content when under load. I recently saw a "failed to load process list" error and the browser console suggests that it is net::ERR_FAILED (which I am guessing is a TCP connection error?) instead of a HTTP error.

I'm wondering if either:

a) a connection that was thought to still be live with HTTP keepalive or HTTP/2 session actually wasn't, and that error pops up to the browser level
b) the number of sockets the load balancer can have open is much too low, or a CORS preflight check didn't go through

On further examination, it seems that net::ERR_FAILED is a generic error that can be caused by various reasons -- but it is still notable that it isn't a HTTP response.

Actions #4

Updated by Peter Amstutz 16 days ago

  • Target version changed from Development 2023-11-29 sprint to Development 2024-01-03 sprint
Actions #5

Updated by Peter Amstutz 9 days ago

  • Target version changed from Development 2024-01-03 sprint to Development 2024-01-17 sprint
Actions

Also available in: Atom PDF