--
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.
I'd also want to see
3 thread dumps 10 seconds apart
3x netstat -na dumped to file
Thanks
Alex
looks like you may have been hitting this:
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6450279
$ grep Inet4AddressImpl.getHostByAddr thread_dump*
thread_dump1.txt: at java.net.Inet4AddressImpl.getHostByAddr(byte[ ])
thread_dump2.txt: at java.net.Inet4AddressImpl.getHostByAddr(byte[ ])
thread_dump3.txt: at java.net.Inet4AddressImpl.getHostByAddr(byte[ ])
Thread "GatlingSystem-akka.actor.default-dispatcher-19":
at java.net.Inet4AddressImpl.getHostByAddr(byte[ ])
at java.net.InetAddress$2.getHostByAddr(byte[ ])
at java.net.InetAddress.getHostFromNameService(java.net.InetAddress, boolean)
at java.net.InetAddress.getHostName(boolean)
at java.net.InetAddress.getHostName()
at java.net.InetSocketAddress$InetSocketAddressHolder.getHostName()
at java.net.InetSocketAddress$InetSocketAddressHolder.access$600(java.net.InetSocketAddress$InetSocketAddressHolder)
at java.net.InetSocketAddress.getHostName()
at com.ning.http.client.providers.netty.channel.SslInitializer.connectRequested(org.jboss.netty.channel.ChannelHandlerContext, org.jboss.netty.channel.ChannelStateEvent)
...