I am playing around with remoting, and now I'm confused because I reconstructed a situation where remote deathwatch is triggered, and yet the connection is able to be restored and actors which have been reported as Terminated become reachable again. This is contrary to my understanding that the systems should become quarantined and should not be able to communicate until restarting one of the systems.
The test is very simple. I have two actor systems running on two different machines. An actor on one system receives and echoes back messages from any sender. An actor on the other system performs a remote lookup of the first actor, and then periodically sends it messages (using the scheduler). Both actors "watch" each other. While this is up and running, I disconnect the ethernet cable for one of the machines, and then I get dead letters and eventually I see Terminated. Then I plug the ethernet cable in and the two actors continue to communicate with each other as before. I'm using Akka 2.3.0-RC4. Jim -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
