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
{{ message }}
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
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.
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.