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/v21.03: fix(schema-update): Start opIndexing only when index creation is requ… #7847

Merged
merged 1 commit into from
May 24, 2021

Conversation

ahsanbarkati
Copy link
Contributor

@ahsanbarkati ahsanbarkati commented May 24, 2021

…ired. (#7845)

We were starting opIndexing while schema update irrespective of whether index
building is required or not. This caused Dgraph to be unable to create namespaces
while backup is running, despite the fact that namespace creation doesn't need
any indexing. This PR fixes this issue.

(cherry picked from commit 5595f9c)


This change is Reviewable

…ired. (#7845)

We were starting opIndexing while schema update irrespective of whether index
building is required or not. This caused Dgraph to be unable to create namespaces
while backup is running, despite the fact that namespace creation doesn't need
any indexing. This PR fixes this issue.

(cherry picked from commit 5595f9c)
@ahsanbarkati ahsanbarkati merged commit 8259e24 into release/v21.03 May 24, 2021
@ahsanbarkati ahsanbarkati deleted the ahsan/cherry-21.03/backup-ns branch May 24, 2021 10:27
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