-
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
Query returns inconsistent results after upgrading to dgraph:v1.1.0 #4030
Labels
area/querylang
Issues related to the query language specification and implementation.
kind/bug
Something is broken.
priority/P0
Critical issue that requires immediate attention.
status/accepted
We accept to investigate/work on it.
Comments
Yeah, that feels like a bug.
|
MichelDiz
added
area/querylang
Issues related to the query language specification and implementation.
kind/bug
Something is broken.
labels
Sep 19, 2019
@MichelDiz Now it's returning the following error in ratel if you keep running a few times
and the following error in alpha
It's not crashing if we don't use |
mangalaman93
added
the
priority/P0
Critical issue that requires immediate attention.
label
Sep 23, 2019
Result of git bisect -
|
This is caused by a race condition -
|
This was referenced Sep 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/querylang
Issues related to the query language specification and implementation.
kind/bug
Something is broken.
priority/P0
Critical issue that requires immediate attention.
status/accepted
We accept to investigate/work on it.
What version of Dgraph are you using?
1.1.0
Steps to reproduce the issue (command/config used to run Dgraph).
schema
mutate
query
Expected behaviour and actual result.
Keep running the same query again and again and you will see the following result intermittently
Can see the desired results if we filter only on either
firstName
orlastName
predicate, behaves like some sort of race condition.Consistently reproducible irrespective of the transaction used
NewTxn
/NewReadOnlyTxn
ref: https://discuss.dgraph.io/t/dgraph-search-query-returns-inconsistent-results-after-upgrade-to-dgraph-v1-1-0/5092
The text was updated successfully, but these errors were encountered: