etcd/etcdserver
Anthony Romano aca0c466ed etcdserver: asynchronously notify applier when raft writes finish
The raft loop would block on the applier's done channel after
persisting the raft messages; the latency could cause dropped network
messages. Instead, asynchronously notify the applier with a buffered
channel when the raft writes complete.
2015-12-22 14:15:14 -08:00
..
2015-12-02 12:30:21 +08:00
2015-11-17 20:54:10 -08:00
2015-12-08 18:21:21 -08:00
2015-11-17 20:54:10 -08:00
2015-12-08 18:21:21 -08:00
2015-12-08 18:21:21 -08:00
2015-12-08 18:21:21 -08:00
2015-12-08 18:21:21 -08:00