You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testing 3-node consul cluster under docker-compose
Description of the Issue (and unexpected/desired result)
On consul-0.6.4 I can bring up a 3 node cluster using start_join with hostnames in the array, even if those hostnames don't resolve yet in DNS (a side-effect of docker-compose launch ordering).
On consul-tip (09cfda4) the same configuration will crash on startup with logs indicating that it's failed some preflight dns resolution, rather than being lazy about it and trying multiple times.
I've included the first few seconds of logs below for both situations.
After chasing this a bit further, the branch wasn't entirely vanilla (with some local mods to memberlist that were bad). This is likely not a real issue.
consul version
for both Client and ServerCustom vanilla build from development tip
09cfda47ed103910a8e1af76fa378a7e6acd5310
consul info
for both Client and ServerN/A crashes on startup.
Operating system and Environment details
connecitons
->connections
#44~14.04.1-UbuntuDescription of the Issue (and unexpected/desired result)
On consul-0.6.4 I can bring up a 3 node cluster using
start_join
with hostnames in the array, even if those hostnames don't resolve yet in DNS (a side-effect of docker-compose launch ordering).On consul-tip (09cfda4) the same configuration will crash on startup with logs indicating that it's failed some preflight dns resolution, rather than being lazy about it and trying multiple times.
I've included the first few seconds of logs below for both situations.
Reproduction steps
Log Fragments or Link to gist
The text was updated successfully, but these errors were encountered: