b9d228b0fa
etcdserver: remove example.go
2014-12-24 21:41:31 -08:00
7ec2e382bd
Merge pull request #1996 from kelseyhightower/fix-dns-discovery-hostnames
...
etcdmain: resolve DNS hostnames for client and peer URLs
2014-12-24 13:24:07 -05:00
705ec45083
etcdmain: resolve DNS hostnames for client and peer URLs
...
etcd resolves DNS hostnames to IP addresses for client and peer URLs
before creating any listening sockets.
The following messages are logged during startup:
etcd: Resolving infra0.coreos.com:2380 to 10.0.1.10:2380
Fixes #1991
2014-12-24 13:12:32 -05:00
289b070aa5
Merge pull request #1985 from mgwilliams/config-docs
...
fix an error in the 2.0 config docs
2014-12-22 18:48:41 -08:00
08f74cf68f
fix an error in the 2.0 config docs
2014-12-23 02:41:12 +00:00
2b9f388a91
Merge pull request #1983 from xiang90/raft_storage_doc
...
raft: add doc for storage
2014-12-22 12:34:36 -08:00
2dbdf87f86
raft: add doc for storage
2014-12-22 12:33:14 -08:00
d87ee9819b
Merge pull request #1982 from xiang90/srv_doc
...
doc: doc addition/fix for discovery-srv flag
2014-12-22 12:22:14 -08:00
ee7f23d0d5
doc: doc addition/fix for discovery-srv flag
2014-12-22 12:10:04 -08:00
841368c8e3
Merge pull request #1981 from xiang90/flag_test
...
etcdmian: add tests for configuration parsing
2014-12-22 12:00:25 -08:00
3abe71dff5
etcdmian: add tests for configuration parsing
2014-12-22 11:56:56 -08:00
f143948fdd
Merge pull request #1976 from xiang90/flag
...
etcdmain: add config.go
2014-12-19 18:39:19 -08:00
0fa754d90e
etcdmain: add config.go
2014-12-19 18:33:19 -08:00
39786c4bea
Merge pull request #1977 from kelseyhightower/update-clustering-docs
...
docs: document DNS bootstrapping
2014-12-19 17:53:40 -08:00
fb4781920c
docs: document DNS bootstrapping
2014-12-19 17:51:03 -08:00
1a5afaec7a
Merge pull request #1973 from kelseyhightower/dns-bootstrap-docs
...
docs: add dns bootstrap guide
2014-12-19 15:07:57 -08:00
4f2d35679e
Merge pull request #1947 from barakmich/dns_bootstrap
...
add capability to bootstrap from DNS SRV
2014-12-19 13:45:03 -08:00
8fc17147ef
change logging
2014-12-19 16:40:29 -05:00
1f98d15535
docs: add dns bootstrap guide
2014-12-19 13:24:28 -08:00
f78bf987c8
Merge pull request #1968 from xiang90/fix_raft_test
...
raft: flush the commit to fix a race in test
2014-12-18 17:11:13 -08:00
896bac1f76
raft: flush the commit to fix a race in test
2014-12-18 17:10:37 -08:00
f8752f9879
Merge pull request #1966 from jonboulle/5to2
...
*: change remaining 0.5 references -> 2.0
2014-12-18 16:51:15 -08:00
021fc140b8
Merge pull request #1965 from jonboulle/fileutil
...
pkg/fileutil: sort filenames during ReadDir
2014-12-18 16:44:07 -08:00
1ec98cb795
pkg/fileutil: sort filenames during ReadDir
2014-12-18 16:36:11 -08:00
2311463935
Merge pull request #1967 from jonboulle/master
...
README: update version disclaimer
2014-12-18 16:27:32 -08:00
f1890ea48b
README: update version disclaimer
2014-12-18 16:22:14 -08:00
6295dfba5a
resolve all hostnames in DNS discovery
2014-12-18 19:19:21 -05:00
4e6cbc937e
*: change remaining 0.5 references -> 2.0
2014-12-18 16:14:42 -08:00
1d859790e5
Merge pull request #1961 from barakmich/flock
...
Fix building the lock on windows
2014-12-18 16:09:48 -08:00
a5923e5b00
apologize profusely about locking on windows
2014-12-18 19:04:58 -05:00
9f84be81a2
Add notification in docs re backup command
2014-12-18 18:58:01 -05:00
977c74069c
move constants out for windows
2014-12-18 18:57:11 -05:00
a0d72fb00c
Fix building the lock on windows
2014-12-18 18:57:11 -05:00
2dfcf053d4
rename flag to discovery-srv
2014-12-18 18:13:40 -05:00
5a99e969b7
Merge pull request #1964 from robszumski/master
...
readme: add logo
2014-12-18 15:10:40 -08:00
7f733ad68b
Fully resolve DNS entries to IPs and ignore single errors (such as no etcd-server-ssl)
2014-12-18 18:08:56 -05:00
0a40e18f68
Merge pull request #1962 from xiang90/raft
...
raft: leader waits for the reply of previous message
2014-12-18 15:05:41 -08:00
8b8ebb96c4
readme: add logo
2014-12-18 15:05:13 -08:00
88767d913d
raft: leader waits for the reply of previous message when follower is not in good path.
...
It is reasonable for the leader to wait for the reply before sending out the next
msgApp or msgSnap for the follower in bad path. Or the leader will send out useless
messages if the previous message is rejected or the previous message is a snapshot.
Especially for the snapshot case, the leader will be 100% to send out duplicate message
including the snapshot, which is a huge waste.
This commit implement a timeout based wait mechanism. The timeout for normal msgApp is a
heartbeatTimeout and the timeout for snapshot is electionTimeout(snapshot is larger). We
can implement a piggyback mechanism(application notifies the msg lost) in the future
if necessary.
2014-12-18 15:01:50 -08:00
7588e4ddfb
Merge pull request #1963 from robszumski/add-logo
...
logos: add SVG and PNG logos
2014-12-18 15:01:00 -08:00
d375b67a50
logos: add SVG and PNG logos
2014-12-18 14:59:06 -08:00
221abdcb3b
version: bump to v2.0.0-rc.1
v2.0.0-rc.1
2014-12-18 10:27:29 -08:00
fa35363f74
Documentation: update to 2.0
...
In anticipation for a 2.0.0-rc.0 release update and move the
documentation.
2014-12-18 10:18:26 -08:00
fc70aa27d2
add apurl checking and logging
2014-12-17 20:53:12 -05:00
04d9f848a7
fix from comments
2014-12-17 20:28:48 -05:00
fdad6630ea
Add a simple test and mock for genDNS
2014-12-17 20:18:41 -05:00
35a772753c
Merge pull request #1958 from xiang90/compatibility
...
doc: add backword_compatibility.md
2014-12-17 15:58:28 -08:00
aea87bc88d
Merge pull request #1951 from jlsalvador/patch-1
...
etcdctl: add environment support to certs args
2014-12-17 15:53:59 -08:00
ce6f606766
doc: add backword_compatibility.md
2014-12-17 15:47:49 -08:00
a000e97eea
Merge pull request #1956 from coreos/member-migration-example
...
doc: update node migration guide
2014-12-17 12:10:46 -08:00