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

ZDD broken with the beta features merge #569 #588

Closed DrMurx closed 5 years ago

DrMurx commented 6 years ago

569 broke zdd.py - it's going to stuck in an endless loop:

Since haproxy isn't spawned as a daemon anymore, it always has at least 2 processes in the process list. Therefore, the check for the number of haproxy instances in method check_haproxy_reloading always returns a value greater than 1.

jkoelker commented 5 years ago

fixed via https://github.com/mesosphere/marathon-lb/pull/598