2627 Commits

Author SHA1 Message Date
Xiang Li
4f57330e29 Merge pull request #1003 from bmizerany/b-newemail
MAINTAINERS: change email
2014-09-07 19:26:29 -07:00
Blake Mizerany
756b54b4c3 MAINTAINERS: change email 2014-09-07 17:53:52 -07:00
Xiang Li
cbec48e8f6 etcdhttp: non-blocking sender 2014-09-05 13:54:40 -07:00
Xiang Li
8c9d7e3e93 main: add a helper function for starting raft 2014-09-05 10:24:13 -07:00
Xiang Li
0851a1fe7f main: better error msg 2014-09-05 10:02:46 -07:00
Xiang Li
ee78890f22 main: use data-dir as the path to data directory flag 2014-09-05 09:56:25 -07:00
Xiang Li
1a6e908971 *: add wal 2014-09-05 09:52:40 -07:00
Blake Mizerany
769c043537 Merge pull request #995 from jonboulle/master
doc: update build instructions in README
2014-09-04 23:25:48 -07:00
Jonathan Boulle
4cc39e4517 doc: update build instructions in README 2014-09-04 23:21:21 -07:00
Xiang Li
dd49b7a133 Merge pull request #988 from coreos/default_peers
etcdserver: add default peer
2014-09-04 22:33:18 -07:00
Xiang Li
bca8f9e0ed etcdserver: change default id to 0x1 2014-09-04 22:26:42 -07:00
Blake Mizerany
8e6c8e068d .: add MAINTAINERS file 2014-09-04 18:01:09 -07:00
Blake Mizerany
8408acf995 .: explain the LGTM protocol 2014-09-04 17:08:21 -07:00
Michael Marineau
f41fac0719 Merge pull request #983 from marineam/doc
docs: fix documentation for HTTP read/write timeouts
2014-09-04 15:17:07 -07:00
Xiang Li
5ddfe18cda Merge pull request #989 from coreos/fix_ignore_term
raft: fix ignore term
2014-09-04 14:36:56 -07:00
Xiang Li
8dfa490e49 raft: fix ignore term 2014-09-04 14:33:51 -07:00
Blake Mizerany
28102e536b Revert "build: add build script and update readme"
This reverts commit 2866a7488ee2eb489405cd50a906e43f24044d8c.
2014-09-04 14:06:19 -07:00
Jonathan Boulle
08ad47fe1a Merge pull request #991 from jonboulle/master
build: add build script and update readme
2014-09-04 13:58:09 -07:00
Jonathan Boulle
2866a7488e build: add build script and update readme 2014-09-04 13:57:45 -07:00
Xiang Li
25ee66c6c7 Merge pull request #990 from coreos/fix_node_test
Fix node test
2014-09-04 13:55:50 -07:00
Xiang Li
e30505d33b raft: fix node test 2014-09-04 11:42:11 -07:00
Xiang Li
d7a289ee41 raft: init prev: vote for none 2014-09-04 11:09:55 -07:00
Xiang Li
c1e7a788cd etcdserver: add default peer 2014-09-04 10:11:32 -07:00
Michael Marineau
a7102d491b docs: fix documentation for HTTP read/write timeouts
The documentation for these options has been incorrect ever since their
addition via commit 084dcb55. This broke upgrading a CoreOS stable
cluster to 410.0.0 because the user was using the example TOML config
which contains:

    http_write_timeout = 10

This was silently ignored in the old stable version which predates the
addition of these options. After upgrading etcd began failing with:

    Type mismatch for 'config.Config.http_write_timeout': Expected float
    but found 'int64’.

Original issue: https://github.com/coreos/update_engine/issues/45
2014-09-03 23:36:36 -07:00
Xiang Li
e393509879 Merge pull request #981 from coreos/v2prefix
etcdhttp: add v2prefix
2014-09-03 22:05:07 -07:00
Xiang Li
e7eff1a975 Merge pull request #982 from coreos/fix_tick
Fix tick
2014-09-03 22:02:33 -07:00
Xiang Li
8f4c615704 raft: leader should tick heartbeat 2014-09-03 22:01:31 -07:00
Xiang Li
f1856abe60 etcdhttp: add v2prefix 2014-09-03 21:52:16 -07:00
Xiang Li
efe2141c16 Merge pull request #980 from bmizerany/b-fixthings
fix vendoring and a test
2014-09-03 21:47:11 -07:00
Blake Mizerany
d844377ca6 *: vendor context 2014-09-03 20:06:16 -07:00
Blake Mizerany
172c1eae5d etcdhttp: fix test build 2014-09-03 20:01:54 -07:00
Blake Mizerany
99c7371337 etcdserver: use vendored gogoproto 2014-09-03 19:47:05 -07:00
Xiang Li
a4c8bfa7b4 Merge pull request #874 from etcd-team/raft
replace goraft
2014-09-03 17:07:54 -07:00
Xiang Li
dae165eeaa Merge pull request #83 from etcd-team/snappb
snapshot: move pb to snappb; remove clusterId
2014-09-03 17:03:28 -07:00
Xiang Li
16d337db70 Merge pull request #84 from etcd-team/walpb
wal: move pb files to walpb
2014-09-03 17:03:16 -07:00
Xiang Li
b98cf17209 wal: move pb files to walpb 2014-09-03 16:46:42 -07:00
Xiang Li
9e77d180c4 snapshot: move pb to snappb; remove clusterId 2014-09-03 16:33:41 -07:00
Xiang Li
3ee83bc194 Merge pull request #82 from etcd-team/b-fiximports
coerce gogoproto files to import from third_party
2014-09-03 16:20:58 -07:00
Xiang Li
5a62df3691 Merge pull request #81 from etcd-team/b-fixbrokenwaltests
wal: fix broken tests
2014-09-03 16:07:45 -07:00
Blake Mizerany
3aa90b32f9 snap: coerce import gogoproto from third_party 2014-09-03 16:01:18 -07:00
Blake Mizerany
10b73418cf wal: coerce import gogoproto from third_party 2014-09-03 16:00:42 -07:00
Blake Mizerany
46a7a61b7d wal: fix broken tests 2014-09-03 15:56:28 -07:00
Blake Mizerany
814558306e raft: coerce import gogoproto from third_party 2014-09-03 15:51:09 -07:00
Xiang Li
077f57d1c6 Merge pull request #80 from etcd-team/b-rmconf
raft: remove configuration
2014-09-03 15:26:35 -07:00
Blake Mizerany
8d9b7b1680 raft: remove entry type 2014-09-03 15:24:47 -07:00
Blake Mizerany
8463421448 raft: remove configuration 2014-09-03 15:23:05 -07:00
Xiang Li
ade71208a2 Merge pull request #70 from etcd-team/wal_crc
wal: add basic crc
2014-09-03 15:12:08 -07:00
Xiang Li
bdb954b2f5 wal: fix wal 2014-09-03 15:10:15 -07:00
Xiang Li
70580de197 Merge pull request #79 from etcd-team/use_msg
raft: make tick send out messages.
2014-09-03 13:50:59 -07:00
Xiang Li
3c77693881 raft: make tick send out messages. all state machine actions should be taken inside step function. 2014-09-03 10:17:09 -07:00