Hi, I’ve received another server-generated grpc error on my hosted slash.dgraph.io instance. This time it’s different:
Dec 16 03:15:03 PM 12-16-2020 23:15:03.938 [ERROR] 13 INTERNAL: Received RST_STREAM with code 2 (Internal server error)
I’m wondering what this means and what I’m supposed to do about it?
Seeing the same thing in our application. The errors appear somewhat randomly, around 1 in 10-20 requests but are annoying nonetheless. I do not know if this is a Slash problem or a problem with the underlying JS gRPC library.
We had to switch from dgraph-io/dgraph-js to dgraph-io/dgraph-js-http which resolved the issue for now. Once this is fixed we’d like to go back to using gRPC