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

[BREAKING] opt(raftwal): store only membership state to disk in the zero snapshot #7143

Merged
merged 4 commits into from
Dec 17, 2020

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Dec 15, 2020

In zero's raftwal meta, we used to store MembershipState only. The changes in #7096 made it store ZeroSnapshot. Index and CheckpointTs actually need not be stored.
This PR makes raftwal meta store only MembershipState.


This change is Reviewable

@NamanJain8 NamanJain8 changed the title opt(raftwal): store membership state in the ZeroSnapshot opt(raftwal): store only membership state to disk in the zero snapshot Dec 15, 2020
@NamanJain8 NamanJain8 changed the title opt(raftwal): store only membership state to disk in the zero snapshot [BREAKING] opt(raftwal): store only membership state to disk in the zero snapshot Dec 16, 2020
@netlify
Copy link

netlify bot commented Dec 16, 2020

✔️ Deploy preview for dgraph-docs ready!

🔨 Explore the source changes: 5ba4c21

🔍 Inspect the deploy logs: https://app.netlify.com/sites/dgraph-docs/deploys/5fda5726ee114c0009e507b9

😎 Browse the preview: https://deploy-preview-7143--dgraph-docs.netlify.app

@NamanJain8 NamanJain8 merged commit 6884b15 into master Dec 17, 2020
@NamanJain8 NamanJain8 deleted the mrjn/ms-snapshot branch December 17, 2020 11:25
NamanJain8 added a commit that referenced this pull request Jan 5, 2021
NamanJain8 added a commit that referenced this pull request Jan 6, 2021
…ue to ZeroSnapshot (#7249)

We introduced a change in #7143 that would have been breaking for the next release v21.03. That change should have been a part of release/v20.11 but was mistakenly missed. We are doing a revert so that release/v21.03 is not breaking due to that change.

Co-authored-by: Ibrahim Jarif <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants