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

fix(ludicrous mode): Handle deletes correctly #6773

Merged
merged 4 commits into from
Oct 23, 2020
Merged

Conversation

jarifibrahim
Copy link
Contributor

@jarifibrahim jarifibrahim commented Oct 21, 2020

In ludicrous mode we were trying to fetch the list of types (and their
predicates) using a timestamp of 0. This would cause deletes to be
ineffective and the actual data won't be deleted. This PR fixes it.

Fixes - DGRAPH-2593


This change is Reviewable

Docs Preview: Dgraph Preview

In ludicrous mode we were trying to fetch the list of types (and their
predicates) using a timestamp of 0. This would cause deletes to be
ineffective and the actual data won't be deleted. This PR fixes it.
@jarifibrahim jarifibrahim merged commit a0cc3a5 into master Oct 23, 2020
@jarifibrahim jarifibrahim deleted the ibrahim/lud-del branch October 23, 2020 15:54
jarifibrahim pushed a commit that referenced this pull request Nov 3, 2020
In ludicrous mode, we were trying to fetch the list of types (and their
predicates) using a timestamp of 0. This would cause deletes to be
ineffective and the actual data won't be deleted. This PR fixes it.

Co-authored-by: Manish R Jain <manish@dgraph.io>
Fixes - DGRAPH-2593

(cherry picked from commit a0cc3a5)
jarifibrahim pushed a commit that referenced this pull request Nov 3, 2020
In ludicrous mode, we were trying to fetch the list of types (and their
predicates) using a timestamp of 0. This would cause deletes to be
ineffective and the actual data won't be deleted. This PR fixes it.

Co-authored-by: Manish R Jain <manish@dgraph.io>
Fixes - DGRAPH-2593

(cherry picked from commit a0cc3a5)
jarifibrahim pushed a commit that referenced this pull request Nov 3, 2020
In ludicrous mode, we were trying to fetch the list of types (and their
predicates) using a timestamp of 0. This would cause deletes to be
ineffective and the actual data won't be deleted. This PR fixes it.

Co-authored-by: Manish R Jain <manish@dgraph.io>
Fixes - DGRAPH-2593

(cherry picked from commit a0cc3a5)
jarifibrahim pushed a commit that referenced this pull request Nov 3, 2020
In ludicrous mode, we were trying to fetch the list of types (and their
predicates) using a timestamp of 0. This would cause deletes to be
ineffective and the actual data won't be deleted. This PR fixes it.

Co-authored-by: Manish R Jain <manish@dgraph.io>
Fixes - DGRAPH-2593

(cherry picked from commit a0cc3a5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Testing related issues
Development

Successfully merging this pull request may close these issues.

None yet

2 participants