-
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
has(predicate) query at root level sometimes leaks nodes that do _not_ have the predicate #2371
Comments
is it not consistent and does happen sometimes? |
Unfortunately it is not consistently reproducible . It seems that shutting down / starting the |
Pinging on this @sboorlagadda @manishrjain |
Sorry, haven't had a chance to look at this yet. If you have steps that we could take to reproduce this problem, they'd help. |
@manishrjain this happens on our dataset only with |
This should be fixed by #2585. |
If you suspect this could be a bug, follow the template.
Licensed under Apache 2.0 + Commons Clause. Copyright 2015-2018 Dgraph Labs, Inc.```
Have you tried reproducing the issue with latest release?
yes
Steps to reproduce the issue (command/config used to run Dgraph).
Intermittently a has() query at root level will return nodes that do not have the predicate in it.
In the following screenshot, I have a query that should return all nodes with
has(type.company)
, but sometimes will return nodes of a different type.This seems to happen after a long running query of that other type. I'd suspect it has something to do with the caching layer?
The text was updated successfully, but these errors were encountered: