-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
expand_edge=false option causes all mutations to fail #2547
Comments
Hey @danielmai , can you verify this bug? |
I'm able to reproduce the bug with the same Docker Compose file. /mutate with the header /mutate
/mutate with X-Dgraph-CommitNow: true
|
This happens on https://tour.dgraph.io as well.
|
I tested out the 1.0.8 release with If I set If I set |
If you suspect this could be a bug, follow the template.
What version of Dgraph are you using?
Dgraph version : v1.0.7
Commit SHA-1 : f180344
Commit timestamp : 2018-08-10 13:00:21 -0700
Branch : HEAD
Have you tried reproducing the issue with latest release?
Yes
What is the hardware spec (RAM, OS)?
macOS High Sierra 10.13.6
16 GB RAM
Docker Version 18.06.0-ce-mac70 (26399)
Steps to reproduce the issue (command/config used to run Dgraph).
Create new Dgraph instance with
--expand_edge=false
. This issue only occurs when this option is used on the initial run and with a new docker volume.docker_compose.yml:
Create a schema:
Insert data:
Result:
I expect to be able to insert data or run a /MUTATE query
All /MUTATE queries fail and are aborted.
The text was updated successfully, but these errors were encountered: