>
> Hi Patrik,
>
> The basic cluster things are working (as per the distributed akka workers 
template). But few things (may be advanced) are not working.

I have akka cluster consisting of two different m/c. Each m/c hosts once 
master and one worker process running on different ports. 

When I start my frontend process (on one of the nodes), it starts 
submitting the jobs to the master process. 

First master process is picked. Master process is a singleton in the 
cluster so only one instance of it can run at any point of time in the 
cluster.

First master process starts processing the jobs and sends them to workers 
on both m/c. There is no problem so far. Clustering is working.

But when I pull down this master process (kill it), then ideally other 
master process running on different m/c should come into picture as this is 
also running and part of the cluster. 

But that is not happening, and frontend can no longer able to submit the 
job to the master process.

 It keeps on complaining about the original master process that it is 
unreachable. Could you tell me hhow to solve it ? Any help will be very 
much appreciated.

-- 
>>>>>>>>>>      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