mesosphere / marathon-lb

Marathon-lb is a service discovery & load balancing tool for DC/OS
Apache License 2.0
449 stars 300 forks source link

Multiple -m parameters saturate threads on mesos slave #101

Closed gianluca-sabena closed 8 years ago

gianluca-sabena commented 8 years ago

If start marathon-lb with all marathon masters (multiple "-m" argument):

Everything works as expected with only one -m master

I suggest to:

Cluster: CentOS 7.2 - Mesos 0.27.1 - Marathon 0.15.3 - last mesos-lb docker from docker hub

brndnmtthws commented 8 years ago

Makes sense, since it looks like I'm not actually stopping the event processor thread. I'll follow up shortly with a PR.