Thanks Jim, I will take a look at it. Quite probably a bug.

-Endre


On Thu, Mar 6, 2014 at 2:23 AM, Jim Newsham <[email protected]> wrote:

>
> I cleaned up my test case a bit and I'm attaching it, as well as the logs
> of one of the runs.  Some quick notes:
>
> - EchoMain starts EchoActor.  This actor just echoes back messages it
> receives.
> - PingMain looks up EchoActor remotely, and then starts PingActor which
> repeatedly pings EchoActor.
> - The default conf runs everything on 127.0.0.1.  I tweak "local.conf" to
> override the hostnames and run things remotely.
> - My test consists of running EchoMain on one machine, running PingMain on
> another, letting them communicate for a while, unplugging the ethernet
> cable for one machine, then plugging it in again.  Because one actor is
> watching the other, I expected to see a permanent quarantine.
> - While running 2.3.0-RC4, I never saw any sign of quarantining at all.  I
> just saw the connection being re-established actors were able to
> communicate with each other as before.
> - After upgrading to 2.3.0 final, I now see a warning in the log on the
> "ping" side stating that the association is quarantined.  However after a
> short while, it still reconnects and resumes communication with the remote
> actor which was being watched.  This is shown in the attached logs.
> - I initially thought I was "watching" in both directions (PingActor
> watching EchoActor, EchoActor watching PingActor).  However, I just noticed
> this was broken.  Only PingActor was watching EchoActor.  When I make
> EchoActor watch PingActor as well (EchoActor.java line 34), then I see
> quarantining work as expected (quarantine is established and appears to
> persist).
>
> Hope that helps!
> 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.
>

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to