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

feat: raft log store (part 3) #91

Merged
merged 1 commit into from
Apr 7, 2022
Merged

feat: raft log store (part 3) #91

merged 1 commit into from
Apr 7, 2022

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented Apr 7, 2022

As titled.

Changes:

  • Implement RaftLogStore with memory states and WAL files (raft log only).
  • Replay log and apply memory states after RaftLogStore recovery (raft log only).

Ref: #88 .

@MrCroxx MrCroxx added the feature New feature. label Apr 7, 2022
@MrCroxx MrCroxx self-assigned this Apr 7, 2022
@MrCroxx MrCroxx enabled auto-merge (squash) April 7, 2022 15:39
@MrCroxx MrCroxx disabled auto-merge April 7, 2022 15:48
@MrCroxx MrCroxx merged commit dd4c4d7 into main Apr 7, 2022
@MrCroxx MrCroxx deleted the xx/raft-log-store-p3 branch April 7, 2022 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant