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) #5970

Merged
merged 1 commit into from
Jul 13, 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)
@parasssh parasssh merged commit 82c5d38 into release/v20.07 Jul 13, 2020
@NamanJain8 NamanJain8 deleted the ashish/v20.07-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