Open vasily-kirichenko opened 6 years ago
Cluster singleton migration depends on the time of down node detection - if node is just unreachable, we cannot assume it's dead, since it may be just temporary network issue and we don't want to end with 2 singletons. Therefore we need to determine if a node is down:
Docs probably refer to time required to migrate, once a down node has been detected. In case of consul cluster discovery, you can play with alive-timeout
and refresh-interval
settings to try to lower that time frame. However if I'm right consul itself requires at least 30-60s to detect an unhealty node.