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

Cannot use same transaction for delete and set mutations #2090

Closed
cyphercider opened this issue Feb 5, 2018 · 4 comments
Closed

Cannot use same transaction for delete and set mutations #2090

cyphercider opened this issue Feb 5, 2018 · 4 comments
Assignees
Labels
kind/bug Something is broken.

Comments

@cyphercider
Copy link

cyphercider commented Feb 5, 2018

This is an issue to track dgraph-io/dgraph-js#21, originally submitted for the js client, but which belongs to dgraph server per @pawanrawal .

@pawanrawal , this issue happens 100% of the time on my setup. One possible difference between your and my setups is that my dgraph server is actually hosted remotely, and network latency is pretty high (50-100ms). I'm not sure whether there's any link between my high latency and consistent reproduction of the issue, but FYI just in case it's significant.

@pawanrawal
Copy link
Contributor

The issue is reproducible when running Dgraph in a VM. I am investigating this and will update the cause here soon.

@pawanrawal
Copy link
Contributor

I have a fix for this in #2105 which will be merged soon.

@pawanrawal
Copy link
Contributor

A fix has been pushed to master in 42b0167 and would be part of the nightly/next release.

@cyphercider
Copy link
Author

Looks good! Confirmed fix on docker hub tag 'master'.

@manishrjain manishrjain added the kind/bug Something is broken. label Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

3 participants