issues
search
ktoso
/
akka-raft
A toy project implementing RAFT on top of Akka Cluster (not prod ready)
http://blog.project13.pl
Apache License 2.0
280
stars
42
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Hacktoberfest
#85
dmitraver
closed
8 years ago
2
Fixes broken tests
#84
dmitraver
closed
8 years ago
2
Stores non-volatile state with akka-persistence
#83
dmitraver
closed
8 years ago
7
Fixes most of the tests
#82
dmitraver
closed
8 years ago
2
Leader should cancel SendHeartbeat timer when it steps down
#81
colin-scott
opened
8 years ago
1
Perfomance issue: should overwrite log entries, even if AppendEntries is empty
#80
colin-scott
opened
8 years ago
0
Small fixes
#79
dmitraver
closed
9 years ago
3
Most of the tests are failing
#78
dmitraver
opened
9 years ago
2
Fixes #57
#77
dmitraver
closed
9 years ago
3
Add tests for merged fixup
#76
ktoso
opened
9 years ago
0
Adopt 1-indexed logs. With this change, fix many other dependent issues
#75
colin-scott
closed
9 years ago
2
Raft 58 initialization and Raft 60
#74
colin-scott
opened
9 years ago
0
Raft 56
#73
colin-scott
opened
9 years ago
1
Raft 52
#72
colin-scott
opened
9 years ago
0
Raft 50
#71
colin-scott
opened
9 years ago
0
Raft 45
#70
colin-scott
opened
9 years ago
0
Raft 43
#69
colin-scott
opened
9 years ago
0
Raft 31
#68
colin-scott
opened
9 years ago
0
Fix for issue #29
#67
colin-scott
opened
9 years ago
0
Should only delete entries if they conflict with a new one
#66
colin-scott
closed
9 years ago
11
Leader should contact majority before processing read-only client request
#65
colin-scott
opened
9 years ago
0
Client should attach serial numbers to ClientMessages
#64
colin-scott
opened
9 years ago
0
Leader should commit no-op entry upon election
#63
colin-scott
opened
9 years ago
0
Any exception can cause two leaders to become elected in the same Term
#62
colin-scott
closed
8 years ago
9
Optimisation: Candidate can possibly retry on request vote if request delivered on lower currentTerm
#61
ktoso
opened
9 years ago
1
Shouldn't necessarily initialize matchIndex to -1
#60
colin-scott
opened
9 years ago
2
Log consistency check is incorrect
#59
colin-scott
opened
9 years ago
1
LogMatch invariant violated
#58
colin-scott
opened
9 years ago
2
votedFor Map grows without bound
#57
colin-scott
closed
9 years ago
2
Nodes should not forget who they voted for
#56
colin-scott
opened
9 years ago
11
Correct handling of term updates during the election for Candidate/Follower
#55
dmitraver
closed
9 years ago
12
Should reject AppendEntries if term < currentTerm
#54
colin-scott
closed
9 years ago
0
Would get better performance if akka-raft used udp
#53
colin-scott
opened
9 years ago
4
All nodes should transition to Follower if term > currentTerm
#52
colin-scott
opened
9 years ago
1
Follower should not vote if Candidate has out-of-date log
#51
colin-scott
closed
9 years ago
1
Delayed messages to self can cause leader to be elected without quorum
#50
colin-scott
opened
9 years ago
1
Members should not respond with Vote if sender is not in Configuration
#49
colin-scott
opened
9 years ago
5
Crash: "Unable to find log entry at index 2"
#48
colin-scott
opened
9 years ago
1
Two Leaders Elected in the Same Term
#47
colin-scott
opened
9 years ago
12
Candidate should check term in VoteCandidate messages
#46
schuster
opened
9 years ago
1
Candidate does not distinguish between votes from same follower
#45
schuster
opened
9 years ago
2
Not all states handle all protocol messages
#44
schuster
opened
9 years ago
0
Follower does not reset election deadline after voting for a candidate
#43
schuster
opened
9 years ago
1
indexOnMajority is wrong
#42
schuster
opened
9 years ago
3
Empty batch is sent with term 1/index 1
#41
schuster
opened
9 years ago
1
Log compaction can cause append to take too many entries
#40
schuster
opened
9 years ago
0
LeaderTest starts log at wrong index
#39
schuster
opened
9 years ago
0
termAt can return wrong term for first item
#38
schuster
opened
9 years ago
1
Inconsistent use of index numbers
#37
schuster
opened
9 years ago
1
Incorrect next index calculation for log
#36
schuster
opened
9 years ago
0
Next