You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for bringing this to my attention. I will investigate as soon as I find some time. If you have additional information please just collect it here.
I'm seeing this error when running a large mutation using Exgraph.mutation
{:error,
[
code: 2,
message: "{:stream_error, :flow_control_error, :"Stream reset by server."}"
]}
The payload is below.
dgraph_payload.txt
I'm running this dgraph version
Dgraph version : v1.0.10
Commit SHA-1 : 8b801bd7
Commit timestamp : 2018-11-05 17:52:33 -0800
Branch : HEAD
and elixir verision
Erlang/OTP 21 [erts-10.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1]
Elixir 1.7.3 (compiled with Erlang/OTP 20)
Erlang/OTP 21 [erts-10.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1]
Elixir 1.7.3 (compiled with Erlang/OTP 20)
My development machine is Ubuntu 18.04.
My guess is there is an issue with the size of the payload, but I'm not sure, totally new to dgraph.
The text was updated successfully, but these errors were encountered: