[akka-user] Akka Distributed Master/Workers - issues in work execution and total time taken

2014-10-14 Thread Manikandan Kaliyaperumal
Hi, I have created Distributed Akka Workers/Master cluster in java and exactly followed this typesafe template. https://github.com/typesafehub/activator-akka-distributed-workers I have the following configurations: One master and one backup master - each running on a separate node - node1 & n

Re: [akka-user] Akka Distributed Master/Workers - issues in work execution and total time taken

2014-10-20 Thread Patrik Nordwall
Hi Mani, I don't know what can cause this. Do you see the same thing if you schedule less jobs, like 100 instead of 3? The worker actor in the sample is only accepting one job at a time, so if the execution time is about the same for each job you should see roughly same number of jobs execute