If you do a `netstat -an` do you see lots of ESTABLISHED connections hanging
around?
> On Jun 28, 2018, at 11:32 AM, Kirk Lund wrote:
>
> If I run a dunit test in IntelliJ with Repeat Until Failure, it'll run
> about 825 times before it fails with java.net.ConnectException: Connection
> refused
If I run a dunit test in IntelliJ with Repeat Until Failure, it'll run
about 825 times before it fails with java.net.ConnectException: Connection
refused. I'm wondering if we have some sort of connection leak in dunit
(specifically the RMI connections we use for invoking code on VMs).
org.apache.g