Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acceptor state garbage collection #32

Open
nruth opened this issue Dec 3, 2011 · 0 comments
Open

Acceptor state garbage collection #32

nruth opened this issue Dec 3, 2011 · 0 comments
Assignees

Comments

@nruth
Copy link
Owner

nruth commented Dec 3, 2011

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.

@ghost ghost assigned nruth Dec 3, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant