2ba57ee75d
*: remove unused pkgs
2014-09-03 09:20:20 -07:00
cf91035a36
main: log hex of id
2014-09-03 09:20:20 -07:00
576e26ea39
oops
2014-09-03 09:20:20 -07:00
dcd64f2a59
...
2014-09-03 09:20:19 -07:00
728690fa03
hanging
2014-09-03 09:20:19 -07:00
8f3544ece8
server of one is alive!
2014-09-03 09:20:19 -07:00
cb7b321240
boom
2014-09-03 09:20:19 -07:00
22c8ec0a80
...
2014-09-03 09:20:18 -07:00
f6a9599eb4
*: rename etcd to etcdserver
2014-09-03 09:20:10 -07:00
0881021e54
all config -> cfg
2014-09-03 09:20:07 -07:00
a5eec89113
cfg/ -> conf/
2014-09-03 09:20:07 -07:00
41ccf13393
config -> cfg
...
It is extremely confusing to use variables named the same as a package.
Please no longer do this.
2014-09-03 09:20:07 -07:00
18c4be469f
move ./http to main
2014-09-03 09:20:07 -07:00
4f10917ce9
etcd: add a read/write timeout to server
...
The default is for connections to last forever[1]. This leads to fds
leaking. I set the timeout so high by default so that watches don't have
to keep retrying but perhaps we should set it slower.
Tested on a cluster with lots of clients and it seems to have relieved
the problem.
[1] https://groups.google.com/forum/#!msg/golang-nuts/JFhGwh1q9xU/heh4J8pul3QJ
Original Commit: 084dcb5596
From: philips <brandon@ifup.org >
2014-09-03 09:20:02 -07:00
061fad12a9
main: do not pass id to etcd
2014-09-03 09:19:57 -07:00
44836d9099
etcd: move server/usage.go to etcd/v2_usage.go
2014-09-03 09:19:49 -07:00
18d95b336f
main: generate 64bit id
2014-09-03 09:05:14 -07:00
c4e7432ef9
etcd: support cors
2014-09-03 09:05:14 -07:00
45c6bf80e1
etcd: support etcd server tls
2014-09-03 09:05:14 -07:00
4181f1b2e1
etcd: support raft tls
2014-09-03 09:05:14 -07:00
c3f8eabac3
etcd: separate raft and client port
2014-09-03 09:05:13 -07:00
77233b26d0
etcd: support old flags
2014-09-03 09:05:13 -07:00
fc35324ba7
etcd: pass v2 kv api tests
2014-09-03 09:05:13 -07:00
1b59eacb72
refactor(main): rename etcd.go to main.go
2014-04-01 12:54:38 -07:00