Hans Hasselberg
|
43392d5db3
|
raft: update raft to v1.1.2 (#7079)
* update raft
* use hclogger for raft.
|
2020-01-20 13:58:02 +01:00 |
Jeff Mitchell
|
e0068431f5
|
Chunking support (#6172)
* Initial chunk support
This uses the go-raft-middleware library to allow for chunked commits to the KV
|
2019-07-24 17:06:39 -04:00 |
Hans Hasselberg
|
0d8d7ae052
|
agent: transfer leadership when establishLeadership fails (#5247)
|
2019-06-19 14:50:48 +02:00 |
Freddy
|
4fa4cffd41
|
Add additional raft metrics (#5628)
* Add documentation for new raft metrics
* Revendor raft from master
|
2019-04-09 16:09:22 -06:00 |
Matt Keeler
|
ba4f912b25
|
Update Raft Vendoring (#4539)
Pulls in a fix for a potential memory leak regarding consistent reads that invoke VerifyLeader.
|
2018-09-06 15:07:42 -04:00 |
Preetha Appan
|
aadaae1d2d
|
Updating vendor directory for raft address provider interface changes
|
2017-08-30 09:57:48 -05:00 |
James Phillips
|
7f2346bb0f
|
Vendors first stage branch of the v2 Raft library.
|
2016-08-08 19:19:17 -07:00 |
Sean Chittenden
|
333ff22e9a
|
Manage dependencies via Godep
Embrace the future and use Go 1.6's vendor support via Godep.
Go 1.5 users should `export GO15VENDOREXPERIMENT=1`
|
2016-02-12 16:50:37 -08:00 |