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

Consensus Memory Footprint #13

Open
ashwin153 opened this issue Mar 29, 2018 · 0 comments
Open

Consensus Memory Footprint #13

ashwin153 opened this issue Mar 29, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@ashwin153
Copy link
Owner

Right now the Paxos state for a transactions cannot be cleared until a newer, conflicting transaction is proposed. For example, an accepted transaction will continue to be stored in memory until another conflicting transaction is accepted. Over time, the memory footprint of the program could become massive.

At this point in time, I'm not sure of an elegant solution to this problem. One solution might be to introduce timeouts, after which the Paxos state for a transaction is automatically cleared. However, synchronizing timeouts across the cluster is a consensus problem in and of itself.

@ashwin153 ashwin153 added the bug Something isn't working label Mar 29, 2018
@ashwin153 ashwin153 changed the title Memory Leaks Consensus Memory Footprint Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant