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

Send least-replicated symbol to new nodes in log append #106

Open
btmorr opened this issue Jul 12, 2020 · 0 comments
Open

Send least-replicated symbol to new nodes in log append #106

btmorr opened this issue Jul 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@btmorr
Copy link
Owner

btmorr commented Jul 12, 2020

When adding a node to the cluster or writing logs to a non-voting node, for each log entry the leader should send whichever symbol is least-frequently replicated across the cluster (tracked per #96). The leader can read the needed symbol from whichever member(s) of the cluster currently have a copy, or if none are available the leader should read enough symbols to reconstruct the original data and re-generate the symbol.

@btmorr btmorr added the enhancement New feature or request label Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant