https://code.google.com/status/appengine
有人统计过这种故障的次数和频率么?
有人统计过这种故障的次数和频率么?

1 chanue Aug 9, 2011 恩,注意到了 |
2 ayanamist Aug 9, 2011 从我TwiTalkerPlus曾经的日志中看,是小问题经常(Timeout,TransactionFail,DeadlineExceed等),大问题偶尔,后来嫌烦,全部屏蔽掉了。 我对GAE的观点是,这玩意儿也就个人用用罢了,企业用还不如用AWS或自己买VPS呢 |
3 jackzou Aug 9, 2011 是的 发现了 |
4 fcicq Aug 9, 2011 用 "datastore_v3.Put()" 在偶的一个站的 Error 日志里搜索. -5h 到 -13h 之间有 20 个该类错误. 可惜只能翻到 51 条, 第 51 条出现在 2011.8.4. 空间足够的话还是 HRD 好啊. 偶的站快超 Quota 了... |
5 jeeson Aug 10, 2011 这两天Datastore连续出现持续的错误, Google 官方确认Master/Slave方式故障, 并说很快HDR迁移工具就会出来 http://code.google.com/p/googleappengine/issues/detail?id=5538#c2 : " There was a temporary outage affecting only Master/Slave application that is being tracked here: http://code.google.com/p/googleappengine/issues/detail?id=5499 This outage is now resolved, your application should be back. FYI, we will soon release a migration tool for helping you to move to High Replication Datastore where these kind of transient problems related to datastore do not happen. " GAE SDK 1.5.3 preview 出来了, 这会不知道有什么改进 |
6 apple Aug 10, 2011 希望出问题的时间越短越好,服务稳定是大家选择用GAE的一个重要原因。 |
7 qazwsx Aug 17, 2011 好多了,很少出现错误了,而且恢复很快。 |
8 phus OP 抽吧抽吧 |