ef44f71da9
*: update LICENSE header
2016-05-12 20:51:48 -07:00
c5b51946eb
*: exported godoc fixups
2016-02-21 20:36:44 -08:00
9a2809f0b5
discovery: log error only if both ssl and non-ssl srv lookups fail
...
discovery: log error only if both ssl and non-ssl srv lookups fail
Earlier we were logging as soon as one of the lookups failed.
Fixes #3414
2015-09-06 23:44:19 -04:00
2db8b53c4b
discovery: use leveled log
2015-06-11 14:22:14 -07:00
9b65ff6959
discovery: drop trailing . from srv target
2015-04-09 07:08:22 -07:00
f5d4c86153
discovery: add a test case for srv
...
During srv discovery, it should try to match local member with
resolved addr and return unresolved hostnames for the cluster.
2015-04-09 07:07:27 -07:00
a3892221ee
*: stop using resolved tcp addr
...
We start to resolve host into tcp addrs since we generate
tcp based initial-cluster during srv discovery. However it
creates problems around tls and cluster verification. The
srv discovery only needs to use resolved the tcp addr to
find the local node. It does not have to resolve everything
and use the resolved addrs.
This fixes #2488 and #2226
2015-04-09 07:01:48 -07:00
f1ed69e883
*: switch to line comments for copyright
...
Build tags are not compatible with block comments.
Also adds copyright header to a few places it was missing.
2015-01-26 09:53:30 -08:00
08e9c25ea5
*: move srv into pkg discovery
2014-12-24 21:37:20 -08:00