You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acceptor state grows linearly and results in measured throughput drop and latency increase.
Implement simple garbage collection as in Renesse's "Paxos Made Moderately Complex", making use of having 2f+1 replicas.
So far partially complete:
Acceptors can handle a gc request, but someone else (proposer / commander) needs to track replica state and send the gc request appropriately.
The text was updated successfully, but these errors were encountered:
Acceptor state grows linearly and results in measured throughput drop and latency increase.
Implement simple garbage collection as in Renesse's "Paxos Made Moderately Complex", making use of having 2f+1 replicas.
So far partially complete:
Acceptors can handle a gc request, but someone else (proposer / commander) needs to track replica state and send the gc request appropriately.
The text was updated successfully, but these errors were encountered: