Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Acceptor state garbage collection #32

Description

@nruth

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions