Skip to content

Disappearing edges #2193

@emadsamir

Description

@emadsamir

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions