tomleibo / distributedSystems

0 stars 1 forks source link

BUG: when starting 2 locals in parallel, they start 2 managers #59

Closed hagai-lvi closed 8 years ago

hagai-lvi commented 8 years ago

When starting 2 locals in parallel, they start 2 managers. is there any way to prevent this? @tomleibo what do you think?

hagai-lvi commented 8 years ago

Another possible scenario:

tomleibo commented 8 years ago

When starting the local machine: local sends a new task command to the manager, why should the outcome be a new manager? We should be able to run the local separately, without creating a manager through the aws cli. What do you think? @hagai-lvi

hagai-lvi commented 8 years ago

Not sure I understand what you mean. What I meant: When I tried a mini stress test - starting 5 locals in parallel, I've noticed that more than 1 manager starts. and this of course causes wrong behaviour. Let's talk about it when we meet