-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
kind/bugSomething is broken.Something is broken.
Description
If you suspect this could be a bug, follow the template.
-
What version of Dgraph are you using? 1.0.3
-
Have you tried reproducing the issue with latest release? yes
-
What is the hardware spec (RAM, OS)? 8GB, LINUX
-
Steps to reproduce the issue (command/config used to run Dgraph).
quads := fmt.Sprintf(<%s> * * ., node_id)
if parent_id != nil {
quads += fmt.Sprintf("\n<%s> <%s> <%s> .", parent_id, edge, node_id)
}
_, err := txn.Mutate(bgctx, &api.Mutation{
CommitNow: true,
DelNquads: byte(quads),
}) -
Expected behaviour and actual result.
after that, parent_id, will not show any edge references to other nodes until you create a new one, which tells me that they are not deleted but only sort of hidden.
Metadata
Metadata
Assignees
Labels
kind/bugSomething is broken.Something is broken.