--
You received this message because you are subscribed to the Google Groups "Gatling User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gatling+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
1814 segments retransmited
1160 times recovered from packet loss by selective acknowledgements
TCPLostRetransmit: 81
1 timeouts in loss state
1295 fast retransmits
142 forward retransmits
78 retransmits in slow start
TCPLossProbes: 4754
TCPLossProbeRecovery: 3159
24 SACK retransmits failed
TCPRetransFail: 172
java.util.concurrent.TimeoutException: Read timeout to testenv of 60000ms 1 (100.0%)
Thanks,
Raja
Kindly could you advise if any changes in gatling.conf or advise on potential improvements.
Thanks & Regards,
Raja
Hello Gatling Experts,I am seeing following error frequently, even with very basic smoke tests when loading homepage with internal resources. When I ran Gatling in debug mode seeing following error message.
15:26:12.056 [DEBUG] i.g.h.a.AsyncHandler - Request 'request_311' failed for user 6586454730362407223-25
java.util.concurrent.TimeoutException: Request timed out to testenv/192.168.1.00:443 of 60000 ms
at com.ning.http.client.providers.netty.request.timeout.TimeoutTimerTask.expire(TimeoutTimerTask.java:40) [async-http-client-1.9.0-BETA9.jar:na]at com.ning.http.client.providers.netty.request.timeout.RequestTimeoutTimerTask.run(RequestTimeoutTimerTask.java:45) [async-http-client-1.9.0-BETA9.jar:na]at io.gatling.http.ahc.AkkaNettyTimer$$anonfun$1.apply$mcV$sp(AkkaNettyTimer.scala:55) [gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]at akka.actor.Scheduler$$anon$7.run(Scheduler.scala:117) [akka-actor_2.10-2.3.4.jar:na]at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:41) [akka-actor_2.10-2.3.4.jar:na]at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) [akka-actor_2.10-2.3.4.jar:na]at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [scala-library.jar:na]at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [scala-library.jar:na]at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) [scala-library.jar:na]at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [scala-library.jar:na]15:26:12.058 [WARN ] i.g.h.a.AsyncHandlerActor - Request 'request_311' failed: java.util.concurrent.TimeoutException: Request timed out to alphaint/192.168.1.50:443 of 60000 ms15:26:12.062 [DEBUG] i.g.h.a.AsyncHandlerActor ->>>>>>>>>>>>>>>>>>>>>>>>>>Request:request_311: KO java.util.concurrent.TimeoutException: Request timed out to alphaint/192.168.1.50:443 of 60000 ms=========================
Hello Stephane,Very sorry for typo in earlier email.This issue is resolved upon replacing ".maxConnectionsPerHostLikeChrome" with "maxConnectionsPerHost(2)". Looks like reducing connections to 2 or 3 seems to resolve this issue.When i keep maxConnectionsPerHost(4), seeing same error. i.e. ReadTimeout to Test Envhow realistic to keep maxConnectionPerHost to 2 or 3. kindly advise if this is not correct approach.
Unfortunately I could not share test environment access, as its secured. I'm happy to share my test code, if that would be of use to debug this issue.