Bug #21209
openfailed to load all processes page, net::ERR_FAILED
0%
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.
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 throughOn 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.
Updated by Peter Amstutz 16 days ago
- Target version changed from Development 2023-11-29 sprint to Development 2024-01-03 sprint
Updated by Peter Amstutz 9 days ago
- Target version changed from Development 2024-01-03 sprint to Development 2024-01-17 sprint