Hi,
I’m experiencing an issue with request timeout on a test scenario for an ecommerce site.
Basically, after a while, I see a lot of exceptions of this kind appear on the gatling log:
"j.u.c.TimeoutException: Request timeout to not-connected after 60000 ms"
I’ve always seen other kinds of timeout exceptions like this:
j.u.c.TimeoutException: Request timeout to <url_of_site> after 60000 ms
and these one I was able to explain, since they were slow response from the site due to overload or other problems
but the "j.u.c.TimeoutException: Request timeout to not-connected after 60000 ms" what does it mean exactly? The gatling server wasn’t able to connect to the site?
Because on the infrastructure of the site I’ve checked all the metrics of the layers where I had visibility and it seems that there were no issues (cpu, memory were on a safe side, thread pools of apache and tomcat layers were not saturated, db was responding fine and so on), so I can’t really explain what was causing all these timeouts to occur. Honestly I’ve to say that I have no visibility on the load balancer that stays in front of the Apache web servers and that is the layer we connect to, but the network engineers that I’ve contacted said me that there were no issue on the balancer and I have to trust them…(or not?)
Something else that I’ve noticed is that, these exceptions are more present in the first steps of the navigation scenario, like homePage and Login in my case.
However, I’d like to understand a bit more like when is this exception raised by the gatling client and other details if someone can provide.
Thanks