[akka-user][deprecated] ActorSystems take very long to shutdown in integration test environment

2018-08-10 Thread Manfred Bergmann
Hello. Under unit-test conditions the ActorSystem usually shuts down very quickly. But we have some integration tests that fire up 2 or more ActorSystems on different ports. They are opened and closed for each test. Each basically runs almost the complete application with numerous Actors. The

Re: [akka-user] Remoting - no reconnect possible - name or service not known

2017-06-02 Thread Manfred Bergmann
or short answer > > /Patrik > fre 2 juni 2017 kl. 09:35 skrev Manfred Bergmann <manf...@gmail.com > >: > >> Hello. >> >> I need some advice. >> >> The following situation (Akka 2.5.2): >> >> I have an ActorSystem on one host (host

[akka-user] Remoting - no reconnect possible - name or service not known

2017-06-02 Thread Manfred Bergmann
Hello. I need some advice. The following situation (Akka 2.5.2): I have an ActorSystem on one host (host0) and another ActorSystem on another host (host1). host0 is assumed to always be online and available. host0 does not know the ip address or hostname of host1 (DNS). host0 cannot make