Closed xirc closed 2 years ago
Closes #155, #156
If conflict clients exist, RaftActor sends ReplicationFaield messages to these clients and removes clients from LeaderData.clients. A client is considered a conflict if an index associated with the client (LeaderData.clients) is conflict one.
ReplicationFaield
LeaderData.clients
Closes #155, #156
If conflict clients exist, RaftActor sends
ReplicationFaield
messages to these clients and removes clients fromLeaderData.clients
. A client is considered a conflict if an index associated with the client (LeaderData.clients
) is conflict one.