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/v20.07) fix(GraphQL): Fix segmentation fault when calling the /admin/backup endpoint #6043

Merged
merged 1 commit into from
Jul 20, 2020

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Jul 20, 2020

PR #5802 introduced a bug that caused the adminServer global variable to
never be set, which in turned caused a segmentation fault when the
/admin/backup endpoint was called. This PR fixes the bug and changes the
minio-large test to use the /admin/backup endpoint to act as a
regression test.

Fixes DGRAPH-1938.

(cherry picked from commit 6d01404)


This change is Reviewable

Docs Preview: Dgraph Preview

…ndpoint. (#6042)

PR #5802 introduced a bug that caused the adminServer global variable to
never be set, which in turned caused a segmentation fault when the
/admin/backup endpoint was called. This PR fixes the bug and changes the
minio-large test to use the /admin/backup endpoint to act as a
regression test.

Fixes DGRAPH-1938.

(cherry picked from commit 6d01404)
@parasssh parasssh merged commit d6c58a7 into release/v20.07 Jul 20, 2020
@parasssh parasssh deleted the martinmr/cp-admin branch July 20, 2020 21:48
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