Skip to content

Export fails on v1.0.6 #2478

@cyphercider

Description

@cyphercider

If you suspect this could be a bug, follow the template.

  • What version of Dgraph are you using?
    1.0.6

  • What is the hardware spec (RAM, OS)?
    4 cores, 16GB AWS Ubuntu, docker
    Single instance

  • Steps to reproduce the issue (command/config used to run Dgraph).
    curl localhost:8080/admin/export
    NOTE I noticed curl was removed from the docker image in v1.0.6, so it has to be installed before it can be run. It would be convenient if curl was re-added to the image.

  • Expected behaviour and actual result.
    Expect a successful export. Instead export fails:
    image

Neither server nor zero appear to log the error message...these are the only logs I see during the timeframe of the export:

Server logs:
image

Zero logs:
image

Note I tried restarting the server and trying the export again...same failed result.

We have reverted all application instances to v1.0.5 and restored from backup. We have made some application schema changes (minor) recently, but those shouldn't cause a failure. Note however that the predicate in the server logs, "HasInboundRelInstr" was in fact one of those changes. So maybe the failed export is related to modifying schema in v1.0.6, then attempting to export.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions