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(dgraph): Handle schema updates correctly in ludicrous mode (#5814) #5969

Merged
merged 2 commits into from
Jul 14, 2020

Conversation

ashish-goswami
Copy link
Contributor

@ashish-goswami ashish-goswami commented Jul 13, 2020

Fixes: DGRAPH-1656

Currently schema updates are not handled correctly in ludicrous mode.
This PR fixed it. Before starting any schema mutation, we wait for all the active mutations to finish and then apply schema
mutation.

(cherry picked from commit 994a07f)


This change is Reviewable

Docs Preview: Dgraph Preview

Fixes: DGRAPH-1656

Currently schema updates are not handled correctly in ludicrous mode.
This PR fixed it. Before starting any schema mutation, we wait for all the active mutations to finish and then apply schema
mutation.

(cherry picked from commit 994a07f)
@ashish-goswami ashish-goswami requested review from manishrjain and a team as code owners July 13, 2020 17:15
Copy link
Contributor

@parasssh parasssh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 0 of 8 files reviewed, all discussions resolved (waiting on @manishrjain)

@parasssh parasssh merged commit 9fa07e8 into release/v20.03 Jul 14, 2020
@NamanJain8 NamanJain8 deleted the ashish/v20.03-handleschema branch May 20, 2021 08:10
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.

2 participants