google / seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.
Apache License 2.0
5.63k stars 511 forks source link

always enable healthcheck in backup #73

Closed liuyuan10 closed 4 years ago

liuyuan10 commented 4 years ago

healthcheck was disabled in backup node. This causes service disruption during failover because it takes a bit while for all healthcheck to come up if there are large amounts of services.

This commit stops disabling healthcheck on a backup node.