-
Notifications
You must be signed in to change notification settings - Fork 108
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
Total timeout of API google.datastore.v1.Datastore exceeded 60000 milliseconds #1176
Comments
@danieljbruce, not sure if this is related to b/303109029 and b/303728081 |
Hi guys, the same thing is happening to me, it's very random. It started happening today and we haven't made any changes.
I have updated my version to see if it solved the problem but it keeps happening.
|
Hello, any news on any updates in this issue? Our production servers are simply losing datastore connection and EVERYTHING goes down for a couple of minutes, this is a HUGE problem, if anyone has any idea how to solve this issue we would thanks a lot |
I opened a support ticket and was told that, while the issue isn't resolved, there is a workaround. It was confirmed to be an issue with the Datastore backend and not an issue with this library, but it looks like you can now add a const ds = = new Datastore({
fallback: 'rest',
}); Unfortunately, I also need to use the |
thanks for your help @rossjs we are gonna try this fallback parameter |
Hi, I've tried to add fallback: 'rest' to my Datastore object instanciation and got this error
|
@patriciatrauman are you using datastore 8.3.0 version of library? |
@looker-colmeia , here are what the package I use |
@looker-colmeia The PR you mentioned is the workaround as @rossjs mentioned. @patriciatrauman The code snippet below using 'rest' works just fine for me. Could you provide us with a reproducible code example?
|
Closing this issue since I have not heard back, but feel free to open this issue again if it persists. |
hello, any news on this issue??? rest fallback is very slow |
Lowering priority to P3 since the issue is now just limited to REST fallback. |
I'd like to remind senior-developers of this lib and also program-managers that THIS IS NOT A P3 PROBLEM REST fallback is SLOW and we are moving away from Datastore and going to ScyllaDB because of timeout/reset problems We are also thinking about leaving the entire google-cloud-platform, so I hope you guys realize how bad this problem is for your customers |
Could you expand on this message? We are seeing this in production, in two completely different environments. REST fallback is just not an option for high-load production environments, it's extremely slow - so the issue is not "limited" to REST fallback - I think it should not even be relevant in this discussion to talk about REST fallback 🤔 . The issue is clearly in the Datastore client - (I am already in contact with GCP support for this and hopefully our requests will reach library team). If you want to reproduce it, I am positive about the fact that it would be enough to:
|
we are also using google-cloud/spanner and google-cloud/big-table and we have no RST problems at all, maybe reading both spanner and big-table codebases would be helpful to solve this problem |
Have the same issue using version 9.1.0 |
Hello, we are getting this error from nodejs-datastore-sdk in our clusters in production from time to time:
We are having this error for more than one year and no one seems to know what's going on, can you guys at least enlighten us on what could be possibly happening???
Is this a client library issue or a product issue?
Yes, it looks like a bug into nodejs-datastore-sdk
Did someone already solve this?
Environment details
@google-cloud/datastore
version: 7.0.0Steps to reproduce
The text was updated successfully, but these errors were encountered: