-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
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:

Neither server nor zero appear to log the error message...these are the only logs I see during the timeframe of the export:
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.

