-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Core
-
Release Notes Description:
-
Epic Link:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.15, nxplatform 11.1.16, nxplatform 11.1.17
-
Story Points:2
When the benchmark Gatling simulations are run though an Amazon load balancer to distribute the load on the Nuxeo Nodes,
some long request timeouts while Nuxeo has returned the response without error.
This has been seen with an AWS ALB or ELB (classical load balancer).
This happens on Sim10MassImport Elasticsearch.WaitForIndexing and BulkUpdateDocuments in Bulk.WaitForAction.
Both cases are long requests (more than 5min) that return a short response, the nuxeo access.log trace a correct response (200), the ELB also but the response is not received by Gatling which waits until the 1h timeout.
This doesn't break the benchmark but makes it very slow and impossible to get metrics on async duration (indexation, bulk action).