issues
search
lerna-stack
/
akka-entity-replication
Akka extension for fast recovery from failure with replicating stateful entity on multiple nodes in Cluster
Apache License 2.0
30
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Leader starts replication if non-applied entries contain only NoOps
#171
xirc
closed
2 years ago
0
Leader continued replying with ReplicationFailed
#170
xirc
closed
2 years ago
0
Revise Operation Guide
#169
xirc
closed
2 years ago
0
Skip unnecessary snapshot synchronization
#168
xirc
closed
2 years ago
0
Snapshot synchronization could remove committed log entries that not be included in snapshots
#167
xirc
closed
2 years ago
1
RaftActor commits index not to conflict with succeeding AppendEntries
#166
xirc
closed
2 years ago
0
`RaftMemberData.resolveNewLogEntries` got requirement failed: A new entry conflicted with a committed entry
#165
xirc
closed
2 years ago
2
Add diagnostic logging to CommitLogStoreActor
#164
xirc
closed
2 years ago
0
Change event sourcing log level to debug
#163
xirc
closed
2 years ago
0
Notify replication failure to conflict clients
#162
xirc
closed
2 years ago
0
Leader replies with ReplicationFailed based on entity's last applied index
#161
xirc
closed
2 years ago
0
Enhance leader's replication response handling
#160
xirc
closed
2 years ago
0
Refactor `Replicate` message
#159
xirc
closed
2 years ago
0
Non-leader replies with a ReplicationFailed message to a Replicate message
#158
xirc
closed
2 years ago
0
An entity on a follower could stick at `WaitForReplication` if the entity has a `ProcessCommand` in its mailbox
#157
xirc
closed
2 years ago
0
A RaftAcotor(Leader) could mis-deliver a ReplicationSucceeded message to a different entity
#156
xirc
closed
2 years ago
0
An entity could stick at `WaitForReplication` when a Raft log entry is truncated by conflict
#155
xirc
closed
2 years ago
0
`LeaderData.clients` has leaking possibility
#154
xirc
opened
2 years ago
0
Leader cannot reply to an entity with a ReplicationFailed message in some cases
#153
xirc
closed
2 years ago
0
RaftActor might delete committed entries
#152
xirc
closed
2 years ago
3
RaftActor shouldn't delete committed or non-conflict entries
#151
xirc
closed
2 years ago
1
Test ReplicatedEntity command handling before and after compaction
#150
xirc
closed
2 years ago
0
Release v2.1.0
#149
xirc
closed
2 years ago
0
[DONT MERGE] CI will fail due to `java.lang.ExceptionInInitializerError:`
#148
xirc
closed
2 years ago
3
Improve CI failure detection
#147
xirc
closed
2 years ago
0
docs: fix: Overwrites akka.persistence.cassandra.query.read-profile …
#146
tksugimoto
closed
2 years ago
0
CI doesn't detect some test failures
#145
xirc
closed
2 years ago
0
[DO NOT MERGE] Tests coveralls
#144
negokaz
opened
2 years ago
0
Ignore `LogReplicationDuringSnapshotSyncSpec` due to unstable
#143
xirc
closed
2 years ago
1
Compaction continues as possible and warns if it might not delete enough entries
#142
xirc
closed
2 years ago
0
🚨test: Verify snapshot synchronization in MultiSnapshotSyncSpec
#141
negokaz
closed
2 years ago
0
Test `AppendEntriesResponse` handling on Raft leader
#140
xirc
closed
2 years ago
0
🚨test: Increase retryInterval to prevent premature compaction
#139
negokaz
closed
2 years ago
0
Test state after AppendEntries handling
#138
xirc
closed
2 years ago
0
Tracks progress of event sourcing
#137
xirc
closed
2 years ago
0
Event Sourcing might halt if CommitLogStore is not available for a long period
#136
xirc
closed
2 years ago
2
Test receiving RequestVoteResponse
#135
xirc
closed
2 years ago
0
Fix lost committed events by moving leader during snapshot synchronization
#134
negokaz
closed
2 years ago
0
Moving a leader during snapshot synchronization can delete committed log entries
#133
negokaz
closed
2 years ago
0
Test state after receiving election timeout
#132
xirc
closed
2 years ago
0
Fix/new event during event committing
#131
tksugimoto
closed
2 years ago
1
A new event is created even though all past events have not been applied
#130
tksugimoto
closed
2 years ago
0
fix: event omission due to loss of ReplicationSucceeded due to restart of Entity
#129
tksugimoto
closed
2 years ago
1
Fix inconsistency after InstallSnapshot
#128
negokaz
closed
2 years ago
0
InstallSnapshot can cause inconsistency (Entity grasp is insufficient)
#127
negokaz
closed
2 years ago
0
Enhance RequestVote receiving
#126
xirc
closed
2 years ago
0
`RaftActor` doesn't accept `RequestVote(lastLogIndex < log.lastLogIndex, lastLogTerm > log.lastLogTerm, ...)`
#125
xirc
closed
2 years ago
0
Verify batched append entries settings
#124
xirc
closed
2 years ago
0
Raft leader uses the same previous `LogEntryIndex` and `Term` to all batched AppendEntries message
#123
xirc
closed
2 years ago
1
Raft leader should set appropriate previous values (`prevLogIndex` and `prevLogTerm`) to batched `AppendEntries`
#122
xirc
closed
2 years ago
0
Previous
Next