Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow Control Error - Stream Reset By Server #21

Open
erikjmiller opened this issue Dec 6, 2018 · 4 comments
Open

Flow Control Error - Stream Reset By Server #21

erikjmiller opened this issue Dec 6, 2018 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@erikjmiller
Copy link

erikjmiller commented Dec 6, 2018

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.

@ospaarmann
Copy link
Owner

Hi @erikmiller,

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.

Thanks 🚀
Ole

@ospaarmann ospaarmann added the bug Something isn't working label Dec 7, 2018
@ospaarmann
Copy link
Owner

Hey @erikmiller,

could you try and see if you still have the same issue with the latest release https://github.com/ospaarmann/exdgraph/releases/tag/v0.2.0-beta.2 ?

Thanks,
Ole

@ospaarmann ospaarmann self-assigned this Mar 29, 2019
@pedronauck
Copy link

pedronauck commented Sep 19, 2019

It was happening the same here with v0.2.0-beta.3 @ospaarmann. I did a downgrade to v0.2.0-beta.2 and now it's working.

@ospaarmann
Copy link
Owner

I'm also working on a new release. Could you try with that one? https://github.com/ospaarmann/exdgraph/tree/update_to_db_connection_2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants