etcd/etcdserver
Xiang Li 8b4eed29e5 wal: fix the unexpectedEOF error in the last wal.
It is safe to repair the unexpectedEOF error in the last wal. raft
will not send out message before the entry successfully comitted
into wal. Thus we can safely truncate the last entry in the wal
to repair.
2015-03-28 21:08:14 -07:00
..
etcdhttp Revert "etcdhttp: add internalVersion" 2015-03-27 16:53:55 -07:00
etcdserverpb *: update protobuf 2015-03-25 10:14:35 -07:00
security Merge pull request #2517 from yichengq/fix-sec2 2015-03-16 15:08:55 -07:00
stats etcdserver: add stats.LatencyStats and stats.CountsStats types 2015-03-27 13:42:44 -07:00
cluster.go etcdserver: not apply stale conf change in cluster and transport 2015-03-27 12:53:34 -07:00
cluster_test.go etcdserver: not apply stale conf change in cluster and transport 2015-03-27 12:53:34 -07:00
cluster_util.go etcdserver: fix cluster fallback recovery 2015-02-20 14:30:00 -08:00
config.go etcdserver: loose member validation for joining existing cluster 2015-03-25 13:59:22 -07:00
config_test.go etcdserver: loose member validation for joining existing cluster 2015-03-25 13:59:22 -07:00
errors.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
member.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
member_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
metrics.go etcdserver: add propose summary 2015-02-28 11:16:42 -08:00
raft.go raft: make node configurable 2015-03-23 21:20:49 -07:00
raft_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
server.go Merge pull request #2556 from yichengq/fix-apply-conf 2015-03-27 14:00:30 -07:00
server_test.go etcdserver: not apply stale conf change in cluster and transport 2015-03-27 12:53:34 -07:00
storage.go wal: fix the unexpectedEOF error in the last wal. 2015-03-28 21:08:14 -07:00