issues
search
goraft
/
raft
UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
MIT License
2.43k
stars
480
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Getting package error
#250
niketkdoshi
opened
8 years ago
0
goraft seems not deal with read consistency problem
#249
ghost
closed
8 years ago
3
Please link to alternative Raft implementations
#248
joeshaw
closed
9 years ago
2
panic: assertion failed: leader.elected.at.same.term.283
#247
dessalines
opened
9 years ago
2
chore: use code in github.com instead of code.google.com
#246
yanyiwu
closed
8 years ago
4
use github.com/golang/protobuf and github.com/gogo/protobuf instead of c...
#245
yanyiwu
closed
8 years ago
1
README: add unmaintained badge
#244
philips
closed
9 years ago
2
prevent the production of potential empty snapshot by snapshot.save
#243
chengzhong
opened
10 years ago
0
Fix(server): Clear Server.snapshot after a snapshot fails to save
#242
jstamerj
opened
10 years ago
0
README: clarify etcd's use of raft
#241
philips
closed
9 years ago
3
raftd sample cluster reaches un-startable state: panic: assertion failed: leader.elected.at.same.term.345
#240
glycerine
closed
10 years ago
2
Command#Apply is passed inconsistent context information.
#239
jrallison
opened
10 years ago
8
Locking while taking a snapshot
#238
jvshahid
opened
10 years ago
8
Pad snapshot filenames with 0s
#237
otoolep
opened
10 years ago
8
Pad with zeroes
#236
otoolep
closed
10 years ago
4
server loads old snapshots
#235
bcwaldon
opened
10 years ago
6
Link in README to 'In Search of an Understandable Consensus Algorithm' is dead
#234
arinker
closed
10 years ago
3
[question] What is the recommended way to kick unreachable nodes?
#233
zond
opened
10 years ago
0
Add rqlite to the list of projects using goraft
#232
otoolep
closed
10 years ago
2
Regenerated pb files with new goprotobuf.
#231
hanlz
closed
10 years ago
2
Build broken due to protobuf changes
#230
otoolep
closed
10 years ago
10
Add leader change event for followers
#229
M-xparker
opened
10 years ago
2
bugfix, return err when readConf() failed
#228
wankai
opened
10 years ago
4
iota states
#227
rdallman
closed
7 years ago
0
Any plan to integrate with different log facilities?
#226
watsonjiang
closed
10 years ago
1
fix(log): truncate file and reset offset correctly
#225
yichengq
opened
10 years ago
4
fix(peer): set lastActivity even if no response is received
#224
yichengq
closed
10 years ago
2
Streaming snapshot sends
#223
jbooth
opened
10 years ago
0
last activity of killed leader is not updated
#222
yichengq
closed
10 years ago
0
check for errors in serialization and deserialization
#221
jvshahid
closed
10 years ago
1
fix(join safty) only allow commit to the most recent join command if there is one
#220
xiang90
closed
10 years ago
11
Windows: log compaction problems
#219
philips
opened
10 years ago
2
fix(server.go) use setState in function init to avoid data race.
#218
xiang90
closed
8 years ago
1
fix(server.go) fix data race between func LogEntries and func appendEntry
#217
xiang90
closed
10 years ago
2
chore(server.go) add comment for init
#216
xiang90
closed
10 years ago
2
fix(server.go) check server state before send event to channel
#215
xiang90
closed
10 years ago
4
feat(log): set NOCOW flag when using btrfs
#214
yichengq
closed
10 years ago
11
fix(server.go) fix incorrect stateChangeEvent dispatching
#213
xiang90
closed
10 years ago
8
server.Start/Stop/Init cannot be called simultaneously
#212
xiang90
opened
10 years ago
0
fix: wait for all goroutines to finish before Stop
#211
yichengq
closed
10 years ago
15
any discussion forum?
#210
chrislusf
opened
10 years ago
1
util: Handle all errors in writeFileSync
#209
tsenart
closed
10 years ago
7
fix(server.go) fix the problem that the server cannot be inited after loading snapshot.
#208
xiang90
closed
10 years ago
12
Broken initialization after loading from a snapshot
#207
jvshahid
closed
10 years ago
1
Heartbeat lost blocks join requests
#206
yichengq
closed
10 years ago
2
Fix data race
#205
xiang90
closed
10 years ago
6
fix(server.Init) fix snapshot mkdir error handling
#204
xiang90
closed
10 years ago
3
fix(server.Init) Fix wrong error reporting
#203
xiang90
closed
10 years ago
9
Check JSON errors and use marshal/unmarshal for commands
#202
edsrzf
closed
7 years ago
0
feat(server): add FlushCommitIndex
#201
yichengq
closed
10 years ago
9
Next