-
Notifications
You must be signed in to change notification settings - Fork 106
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
Error: 13 INTERNAL: Received RST_STREAM with code 2 #679
Comments
@schmidt-sebastian Does this look like the same error we're seeing in Firestore? |
@SUM-Soft Can you confirm if you're using Cloud Datastore or Cloud Firestore in Datastore Mode? |
It would shock me if this wasn't the exact same as googleapis/nodejs-firestore#1023 |
Using Cloud Firestore in Datastore mode |
We see this issue in using Cloud Datastore within Cloud Run as well. |
I am seeing this constantly now...every time I am trying to write object to newly created collection (from auth trigger in firebase cloud functions). |
Show how you configure your admin app, if you dont have same issue as above |
The error still occurs with @google-cloud/datastore version: 6.1.0 |
We see the same. It usually happens for us when we do quite a heavy load of database writes in Node.js GCP function (nodejs10) during the migration of data. I tried to "relax" the calls putting random 1-20ms "sleep" in between writes but it did not help. And yes, we are using Datastore in Firestore mode. Datastore client libraries version 6.2.0. Any progress on this? |
Firebase functions with Node 10: Error message: Please, is there any progress with this issue? all my function calls started failing after 9:10am PST today |
I am seeing this as well. I am running a Typescript React App with a node.js server. The server is throwing this error fairly regularly. Something like once an hour. I also get this similar error: I had a crash on my site on Monday where I was not able to read or write the database and I am trying to figure out if its related. These are the 3 types of errors I am receiving of this type:
|
Any update? By the way, I don't agree this should have priority p2 = moderate importance. This breaks the base use of the service. |
We are working on this with multiple engineers and trying to come with mitigation strategies. Unfortunately, this is more difficult than anticipated. |
@schmidt-sebastian ok thanks for the info. Good luck with that :-) Was unsure as I see Open bug with no assignee. |
Thank you @schmidt-sebastian for the follow up. Please keep us in the loop when things are moving. I'm having the same issue with Cloud Run + Firestore.
|
Same issue here. Waiting for this to be resolved. |
Saw one of these in a firebase async onRequest call (Node 10 runtime) on 02/15/2021 Here's the stack ...
|
I got this on
More details. I have created 15 objects. Each object was created approximately once every 20 seconds. It happened on March 12th. |
@dronpopdev could you ensure the latest version of We've been working to add improved error messages to the library. |
Okay so this will definitely apply to a lot of people - I found out that it was actually HAProxy timing out the connection, when using something gRPC related, either from google or locally produced - even if live messages are being clearly sent with GRPC_TRACE=all , and are being received properly. I guess in some cases this might either be a frontend issue or something else. |
Facing same issue with Firebase pubsub schedule function functions
.region('asia-south1')
.pubsub.schedule('every 1 minutes')
.onRun(async () => {
await theWork();
}); |
Facing exactly the same issue with
This happens quite rarely, but when happening, it's not in a context of massive task creation, just a single task created :
|
@tfalvo , were you able to solve above problem. Facing similar problem with cloud task. |
Same issue here, when try to migrate db from realtimedatabe to firestore, on localhost with small sample of db the migration function works very well, but when i use entire legacy db i got this errors and emulators got shutdown:
|
Had this error happen after a couple of deletes on datastore, resolved it by ensuring that the process exited properly with process.exit(0). hope this helps someone, cheers :) |
In order for us to gather feedback better, please add any further details to the Firestore issue at googleapis/nodejs-firestore#1023. The root cause is likely the same and it seems better to gather feedback in a single place. Feel free to add there if you see an issue. |
Closing this out as discussion and investigation have continued in the issue linked above, and we are optimistic that a fix has been found and implemented, see here: googleapis/nodejs-firestore#1023 (comment) If this issue is not fixed for you, please add your repro steps to that issue. |
Hi!
Getting the following error periodically (1-2 times a day)
Environment details
@google-cloud/datastore
version: 6.0.0Thanks!
The text was updated successfully, but these errors were encountered: