Updating in datastore not working in GAE 1.9.0

只谈情不闲聊 提交于 2020-01-14 10:42:07

问题


We have a PHP application running on GAE. It connects to Cloud Datastore using the Google PHP library (v0.6.7).

Google introduced in the last days a new version of App Engine, v1.9.0 (not oficially released), which apparently was running fine, just as 1.8.9 was. However, we have been experiencing some issues related to Cloud Datastore. Sometimes, all the operations regarding to entities updating are just ignored. All the queries used to retrieve information work perfectly, however if we want to create a new entity of update any property, no action is performed. I have been checking for some errors in the response returned by the Cloud Api, but there is no errors or warnings at all.

This situation happened for the first time the 31st of January, and it is also happening today. It started to fail at 3am (GMT +1) and according to the instance log, at the same time the latency times of all the requests suffered an important increase (from 1-3 secs to 5-10 secs). The first time after a few hours the system started to work properly again, but now this problem is lasting much more.

Has anyone experienced anything similar?


回答1:


Thank you for the report, we're investigating the issue now.

Update: We've addressed the issue. Please join the Google Cloud Datastore downtime notify mailing list for future updates.

https://groups.google.com/forum/?fromgroups=#!topic/gcd-downtime-notify/sNXCFJYFNQU

For future reports about production issues, please refer to the Contact support section of our documentation.



来源:https://stackoverflow.com/questions/21548480/updating-in-datastore-not-working-in-gae-1-9-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!