Bringing this up again to see if there is anyone who has faced a similar 
issue or anyone who knows how to make the master failover use case work 
correctly.

Thanks,
Atul

On Tuesday, 12 April 2016 17:17:16 UTC+5:30, Atul Deopujari wrote:
>
> Hi
> I am yet unable to get the distributed-workers example to work for the 
> case when the lead master is terminated.
> To eliminate any effects of any local code changes, I did a git clone of 
> https://github.com/typesafehub/activator-akka-distributed-workers-java.git 
> and worked on the code in the master branch.
>
> I invoked the masters, frontend and workers using activator runMain 
> command. Attached are the logs and the conf files
>
> master_node1.log is the log from master started on port 2551. It has the 
> logs from when it was started until it was terminated.
>
> master_node2.log is the log from master started on port 2552. It has the 
> logs before and after Master 1 was terminated. It shows that it is downing 
> master on 2551 and starting the singleton master.
>
> frontend.log is the log from the frontend. It shows that after Master1 is 
> terminated, it identifies Master 2 as the singleton master and thereafter 
> it is stuck in "Work not accepted, retry after a while"
>
> worker.log is the log from the worker. It shows that after Master1 is 
> terminated, the cluster client is connected to receptionist on 2552
>
> git status shows that there are no local changes
>
> share@myhost:~/activator-akka-distributed-workers-java$ git status
> On branch master
> Your branch is up-to-date with 'origin/master'.
>
> nothing to commit, working directory clean
>
>
> Any pointers on getting this working will be greatly appreciated. I have 
> read other posts mentioning that this specific usecase works, wondering if 
> this is an environment specific problem.
>
> Thanks,
> Atul
>

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

Reply via email to