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

Support for Distributed Log #2

Open
2hamed opened this issue Jan 9, 2021 · 0 comments
Open

Support for Distributed Log #2

2hamed opened this issue Jan 9, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@2hamed
Copy link
Owner

2hamed commented Jan 9, 2021

For this library to be fully Raft compatible, support for a distributed log should be added.

A rough explanation of the Log Replication procedure is described in this Wikipedia page.

First, we need to come up with a format to store logs. Each log entry describes an arbitrary command for which all nodes should commit to their state machines.
Upon receiving a request, the leader node notifies all follower nodes, and once the log entry is confirmed each should commit that request to their log storage.

@2hamed 2hamed added enhancement New feature or request help wanted Extra attention is needed labels Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant