Yicheng Qin
5524131a9e
Merge pull request #865 from robstrong/hotfix/contentType
...
fix(peer_server) set content type to application/json in admin
2014-06-23 16:31:49 -07:00
Brandon Philips
3efb4d837b
Merge pull request #844 from unihorn/102
...
chore(peer_server): improve log for auto removal
2014-06-23 14:19:48 -07:00
Rob Strong
494d2c67aa
fix(peer_server) set content type to application/json in admin
2014-06-21 13:13:10 -04:00
Blake Mizerany
fb32a999a6
doc: add note about removal of leader mod
2014-06-19 17:10:34 -07:00
Blake Mizerany
d2f5934aa1
mod: remove defunct leader test
2014-06-19 17:10:34 -07:00
Brandon Philips
4f3fb5a702
Merge pull request #861 from andybons/patch-2
...
Update to Go v1.3
2014-06-19 13:54:34 -07:00
Andrew Bonventre
9f5ec7732e
Update to Go v1.3
...
Now I’m just being OCD about it.
2014-06-19 10:25:52 -04:00
Yicheng Qin
eb00f200d3
Merge pull request #856 from robn/patch-1
...
Add p5-etcd (Perl client lib) to clients-matrix
2014-06-18 10:45:11 -07:00
Jonathan Boulle
38d16775ab
Merge pull request #858 from mikeumus/patch-1
...
docs(readme.md): spelling fix "oon" to "on"
2014-06-17 23:20:23 -07:00
Mikeumus
690fd12b07
docs(readme.md): spelling fix "oon" to "on"
2014-06-18 02:11:32 -04:00
Rob Szumski
b31483b2be
Merge pull request #850 from robszumski/update-config
...
feat(docs): add cluster config section
2014-06-17 17:45:50 -07:00
Rob Szumski
e9a21dda4b
Merge pull request #851 from unihorn/103
...
docs(configuration): add cluster configuration
2014-06-17 17:44:51 -07:00
Yicheng Qin
2134036942
Merge pull request #857 from tarnfeld/tools-discodns
...
Added discodns to the list of tools using etcd
2014-06-17 16:10:57 -07:00
Tom Arnfeld
6bd2ee4c49
Added discodns to the list of tools using etcd
2014-06-18 00:08:21 +01:00
Robert Norris
fcd429467e
Add p5-etcd (Perl client lib) to clients-matrix
2014-06-18 08:15:03 +10:00
Yicheng Qin
e5e759b962
docs(config): refine cluster configuration
2014-06-17 09:31:08 -07:00
Rob Szumski
d8a08f53e3
feat(docs): add cluster config section
2014-06-16 22:31:13 -07:00
Jonathan Boulle
3e95bf0fa3
Merge pull request #854 from brianredbeard/moarthings
...
docs(libraries-and-tools.md) Add vulcan proxy and kubernetes
2014-06-16 20:05:43 -07:00
Brian 'Redbeard' Harrington
0d2512cb99
docs(libraries-and-tools.md) Add vulcan proxy and kubernetes
...
Both vulcan proxy (vulcand) and Google kubernetes utilize etcd as
as storage engine.
2014-06-16 20:03:47 -07:00
Yicheng Qin
a29f6fb799
docs(configuration): add cluster configuration
2014-06-16 13:58:00 -07:00
Jonathan Boulle
fc2afe1ed2
Merge pull request #847 from pwaller/patch-1
...
docs(production-ready.md): Tiny typo fix
2014-06-13 08:58:33 -07:00
Peter Waller
24a442383b
docs(production-ready.md): Tiny typo fix
2014-06-13 14:41:23 +01:00
Yicheng Qin
f387bf8464
chore(peer_server): improve log for auto removal
2014-06-12 10:02:56 -07:00
Brandon Philips
83b06c0715
Merge pull request #841 from andybons/patch-1
...
Update to Go v1.2.2
2014-06-11 09:43:25 -07:00
Andrew Bonventre
75dc10c39d
Update to Go v1.2.2
2014-06-09 16:03:01 -04:00
Rob Szumski
66acf8a4e9
Merge pull request #839 from jonboulle/jonboulle-master
...
docs(cluster-discovery): fix bad link and confusing port references
2014-06-09 09:47:58 -07:00
Jonathan Boulle
1359d29fa4
docs(cluster-discovery): fix bad link and confusing port references
2014-06-08 23:58:14 -07:00
Brandon Philips
dc1f4adcd0
chore(server): bump to 0.4.3+git
2014-06-07 18:17:54 -07:00
Brandon Philips
9970141f76
chore(server): bump to 0.4.3
v0.4.3
2014-06-07 18:17:05 -07:00
Brandon Philips
16c2bcf951
chore(server): go fmt
...
blame me for not running test first.
2014-06-07 18:03:22 -07:00
Brandon Philips
868b7f7902
Merge pull request #836 from philips/reduce-heartbeat-logs
...
fix(server): reduce the screaming heartbeat logs
2014-06-07 17:48:22 -07:00
Brandon Philips
1c958f8fc3
fix(server): reduce the screaming heartbeat logs
...
Currently the only way we know that a peer isn't getting a heartbeat is
an edge triggered event from go raft on every missed heartbeat. This
means that we need to do some book keeping in order to do exponential
backoff.
The upside is that instead of screaming thousands of log lines before a
machine hits the default removal of 30 minutes it is only ~100.
2014-06-07 17:47:10 -07:00
Brandon Philips
dfeecd2537
Merge pull request #835 from unihorn/101
...
chore(server): set DefaultRemoveDelay to 30mins
2014-06-06 17:56:01 -07:00
Yicheng Qin
ed58193ebe
chore(server): set DefaultRemoveDelay to 30mins
...
Its value was 5s before, which could remove the node insanely fast.
2014-06-06 16:57:35 -07:00
Xiang Li
79c650d900
Merge pull request #834 from unihorn/100
...
fix(raft/protobuf): avoid panic on unexcepted data
2014-06-06 15:08:13 -07:00
Yicheng Qin
a451cf2333
fix(raft/protobuf): avoid panic on unexcepted data
2014-06-06 14:34:32 -07:00
Xiang Li
3455431da3
Merge pull request #833 from unihorn/99
...
bump(code.google.com/p/gogoprotobuf): 7fd1620f09
2014-06-06 13:48:47 -07:00
Yicheng Qin
9424a10f49
bump(code.google.com/p/gogoprotobuf): 7fd1620f09
2014-06-06 13:35:59 -07:00
Yicheng Qin
fbcfe8e1c4
Merge pull request #807 from Shopify/raft-server-stats-struct-field-tag-fix
...
style(server): changed a LeaderInfo struct field from "startTime" to "StartTime"
2014-06-05 12:45:34 -07:00
Yicheng Qin
757bb3af13
Merge pull request #830 from unihorn/98
...
fix(raft/log): truncate file and reset offset correctly
2014-06-05 12:40:23 -07:00
Yicheng Qin
2cd367e9d9
fix(raft/log): truncate file and reset offset correctly
2014-06-05 12:09:25 -07:00
Brandon Philips
a974bbfe4f
chore(server): bump to 0.4.2+git
2014-06-02 15:26:06 -07:00
Brandon Philips
99dcc8c322
chore(server): bump back to 0.4.2
v0.4.2
2014-06-02 15:25:03 -07:00
Yicheng Qin
3d2523e7e0
Merge pull request #825 from unihorn/98
...
fix(multi_node_kill_all_and_recovery_test): ensure cluster is up
2014-06-02 15:12:05 -07:00
Yicheng Qin
25e69d9659
fix(multi_node_kill_all_and_recovery_test): ensure cluster is up
2014-06-02 14:43:51 -07:00
Brandon Philips
707174b56a
chore(server): bump to 0.4.2+git
2014-06-02 14:19:52 -07:00
Brandon Philips
ce92cc3dc5
feat(CHANGELOG): bump to v0.4.2
2014-06-02 14:17:38 -07:00
Yicheng Qin
5bfbf3a48c
Merge pull request #824 from unihorn/97
...
fix(remove_node_test): remove unnecessary cluster configuration
2014-06-02 14:12:08 -07:00
Yicheng Qin
e04a188358
fix(remove_node_test): remove unnecessary cluster configuration
...
The cluster configuration operation is originally to make sure
the instance won't be added back automatically between removal and
check for the number of existing peer-mode instances. But this
could make some node removed before the removal command.
Use longer sync interval instead to avoid this problem.
2014-06-02 13:30:19 -07:00
Brandon Philips
a51fda3e5e
Merge pull request #822 from philips/add-notes-about-discovery
...
docs(cluster-discovery): add caution to use old discovery endpoint
2014-06-02 12:06:00 -07:00