docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
854 stars 205 forks source link

Fix AutoSync when a etcd cluster is unhealthy #190

Closed ringtail closed 6 years ago

ringtail commented 6 years ago

When a etcd cluster is unhealthy, the AutoSync will be broken. if etcd cluster node change it's advise ip then docker client will never known even we use domain name in docker opts.

Signed-off-by: ringtail zhongwei.lzw@alibaba-inc.com