I am not sure where 172.17.0.1:34272 is coming from as that is not my private ip address. I am guessing that it may be a network setup by Docker on my PC?
I am running dgraph/standalone:v20.03.1 through Docker on Windows 10 and using PowerShell 5.1.19041.1
Hum, okay. So maybe there is a parser error. But it isn’t throwing correctly to the user.
When you send the request, your cluster reports bad logs? like crash or “closing connection” and so on.
416Mb is very big you should use liveloader or bulkloader. Using these tools you can get more information. But before using it, remove the “set” and curly “{}”
Like @MichelDiz said, you should look into the bulk and live loader. As a general rule, I don’t think users should try to send huge mutations in a single request. Not only are there issues around sending the requests themselves but the chances of a conflict increase as the size of the mutation increases. The live loader, for example, handles these cases by splitting the data in smaller mutation and retrying failed mutations.