-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
kind/questionSomething requiring a response.Something requiring a response.
Description
If you suspect this could be a bug, follow the template.
-
What version of Dgraph are you using?
v1.0.7 -
Have you tried reproducing the issue with latest release?
yes -
What is the hardware spec (RAM, OS)?
AWS m5.xlarge -
Steps to reproduce the issue (command/config used to run Dgraph).
- Create a dgraph cluster using k8s config
- Load movie data in this dgraph cluster
- Perform bunch of mutation for some duration (we're seeing after hours of usage to make dgraph servers out of sync state from each other)
- Perform query, count uid for a particular predicate from either of 2 groups.
- Different results are generated for the same query in our case count for uids.
- Expected behaviour and actual result.
Expected - Should aways return same uid counts for the same query
Actual - Returns different uid counts for the same query
Metadata
Metadata
Assignees
Labels
kind/questionSomething requiring a response.Something requiring a response.