Hum... it's look like an actor which uses an asynchronous DB persistor from an external library sometimes launches a thread. When the thread is running the shutdown() does nothing and the awaitTermination() doesn't block. If I stop the thread (I have to say that in a not very documented way) the shutdown stops all Akka threads and the system appears to be released correctly (nevertheless in a single node configuration I don't see the typical shutdowing messages in the log).
Doing this the problem is solved. Thanks for your comments. I still don't understand why the shutdown()/awaitTermination() have no effect when those external threads are running. Probably when we migrate to 2.4 the problem will just vanish. Thanks again! El viernes, 11 de marzo de 2016, 13:45:59 (UTC+1), Eduardo Fernandes escribió: > > Me too :( > > I'l prepare a minimum example. Typically when I do this the problem get > clear and I could fix my test code :) > > Regards. > > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
