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

(release/v1.2) fix(Dgraph): Don't store start_ts in postings. #6212

Merged
merged 4 commits into from
Aug 31, 2020

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Aug 17, 2020

Clear out the start_ts field in the postings of deltas before they are
marshalled to avoid storing that field in disk. This field is only meant
to be used during in-memory processing.

Related to https://discuss.dgraph.io/t/start-ts-not-being-cleared-before-postings-are-written-to-disk/9146

(cherry picked from commit fbbd731)


This change is Reviewable

Docs Preview: Dgraph Preview

Clear out the start_ts field in the postings of deltas before they are
marshalled to avoid storing that field in disk. This field is only meant
to be used during in-memory processing.

Related to https://discuss.dgraph.io/t/start-ts-not-being-cleared-before-postings-are-written-to-disk/9146

(cherry picked from commit fbbd731)
@martinmr martinmr changed the title (release/v1.2) fix(Dgraph): Don't store start_ts in postings. (#6206) (release/v1.2) fix(Dgraph): Don't store start_ts in postings. Aug 17, 2020
@martinmr
Copy link
Contributor Author

Tests pass locally.

@parasssh parasssh merged commit 8f496d6 into release/v1.2 Aug 31, 2020
@martinmr martinmr deleted the martinmr/cp-start12 branch August 31, 2020 18:40
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.

None yet

2 participants