I am running a 24 node cluster that is roughly split into two roles: 
frontend and backend. There is a streamer actor on the frontend node 
talking to a tracker actor on the backend node. There can be many streamer 
actors on several frontend nodes talking to one tracker actor. It would 
seem that at some point the streamer actor on a frontend node stop being 
able to communicate with the tracker actor. It would seem that communicate 
between the frontend node and the backend node has been lost, but the 
backend node can still receive messages from the frontend. I say this 
because the streamer was able to send a poison pill to the tracker, which 
successfully killed the actor, but the streamer wasn't informed about the 
termination.

I see no indication that a node has fallen from the cluster or is having 
problems communicating (I have logging set to INFO). Is there anything I 
can do to get a better idea of what is happening?

Thanks,
Ben

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to